Jethro Kuan
ea681ceceb
Move polyfill into main file
...
Prevents packaging mess
6 years ago
Jethro Kuan
f0125421be
Merge pull request #25 from jethrokuan/docs/org-roam-ecosystem
...
Add documentation on synergistic packages
6 years ago
Jethro Kuan
b555b5575d
Add documentation on synergistic packages
6 years ago
Jethro Kuan
b83d2602b3
Update README for setting org-roam-directory
6 years ago
Jethro Kuan
f00ce80e25
Merge pull request #20 from jethrokuan/feat/deft-free
...
Become deft-free 🎉
6 years ago
Jethro Kuan
4d825fedde
Become deft-free 🎉
6 years ago
Jethro Kuan
b8c36133bb
Merge pull request #19 from jethrokuan/feat/org-roam-find-file
...
Add function org-roam-find-file
6 years ago
Jethro Kuan
9d88334dd5
Add function org-roam-find-file
...
org-roam-find-file can be used to quickly navigate to a file in Roam.
6 years ago
Jethro Kuan
341e60cc40
Merge pull request #18 from jethrokuan/fix/polyfill
...
Add polyfill for make-empty-file
6 years ago
Jethro Kuan
f49c1837f3
Add polyfill for make-empty-file
...
make-empty-file was only introduced in Emacs 27, which some people are
not yet running
6 years ago
Jethro Kuan
8fda90b3aa
Prevent running of too many timers
6 years ago
Jethro Kuan
f76fddd9cd
fix graph construction
6 years ago
Jethro Kuan
96f9c9f7ad
org-roam-insert creates the empty file
6 years ago
Jethro Kuan
f5fa29b45e
Check if window-buffer is a file
6 years ago
Jethro Kuan
95a85bb9c0
Update README for instructions
6 years ago
Jethro Kuan
09128bc9b2
Many fixes
...
-Add post-command hook locally to org-mode buffers only
6 years ago
Jethro Kuan
c57376ae66
Quick build-backlinks fix
6 years ago
Jethro Kuan
86c9c2bf08
Merge pull request #16 from jethrokuan/fix/nested
...
Allow nested files
6 years ago
Jethro Kuan
6d221a4d01
Allow nested files
6 years ago
Jethro Kuan
988cc3f0f9
make org-roam-buffer preview more bearable
6 years ago
Jethro Kuan
fbea9822ae
Fix cache building
6 years ago
Jethro Kuan
17cd762771
Fix graphviz incorrect directional edges
6 years ago
Jethro Kuan
db1f98deda
Merge pull request #13 from ryjm/no-org-mode-toggle
...
Don't re-enable org-mode
6 years ago
ryjm
e3b0b3b64d
Don't re-enable org-mode
...
If the org-roam buffer is already in org-mode, don't try to re-enable
it (since this essentially turns org-mode hooks into post-command-hooks
and can be computationally expensive).
6 years ago
Jethro Kuan
2f0107a978
Make org-roam buffer read-only
6 years ago
Jethro Kuan
0b54e0390e
Update README
6 years ago
Jethro Kuan
e625509c2d
Merge pull request #12 from jethrokuan/feat/graph-svg
...
Clickable org-roam-graph
6 years ago
Jethro Kuan
8f3cb903fb
Create clickable SVG for org-roam-graph
6 years ago
Jethro Kuan
273e5a026e
Merge pull request #7 from jethrokuan/feat/graph
...
Add graph rendering
6 years ago
Jethro Kuan
892cbe1f3a
Update README
6 years ago
Jethro Kuan
05fd08617e
Merge pull request #8 from dit7ya/patch-2
...
Update Readme
6 years ago
Sayan
29b0b86c2a
Update Readme
...
Update with a bit detailed descriptions for the Readme.
6 years ago
Jethro Kuan
7bb7873b41
Update README
6 years ago
Jethro Kuan
0a8cbcfe0e
Add graph rendering
6 years ago
Jethro Kuan
325cf082b9
Remove auto backlink adding
6 years ago
Jethro Kuan
83a6fab197
Fix org-roam-insert
6 years ago
Jethro Kuan
1cfaf66baf
Merge pull request #6 from jethrokuan/fix/insert-ext
...
Add extension if none in org-roam-insert
6 years ago
Jethro Kuan
48dcb19abc
Add extension if none in org-roam-insert
6 years ago
Jethro Kuan
0adb2d00e5
Update screenshot
6 years ago
Jethro Kuan
c0264fa420
add back cache
6 years ago
Jethro Kuan
8244eb8d00
multiple fixes
6 years ago
Jethro Kuan
09b0e1de80
Add screenshot
6 years ago
Jethro Kuan
f6436d29a2
Update buffer on completion of backlink building
6 years ago
Jethro Kuan
70b430df29
temporarily fix string-trim errors
6 years ago
Jethro Kuan
f968529b8d
prevent update when no backlinks
6 years ago
Jethro Kuan
4ab3c7d314
Add contents preview
...
Thanks @ryjm for the initial work
6 years ago
Jethro Kuan
45b1fe7326
small refactor
6 years ago
Jethro Kuan
6c2897cbd9
Code cleanup
6 years ago
Jethro Kuan
b173b0e12a
remove external dependencies
6 years ago
Jethro Kuan
3c57caf1ea
fix over-creation of timers
6 years ago