Jethro Kuan
04a0fec5c1
(docs): Add intro video to README ( #1685 )
2021-07-27 13:28:22 +08:00
Sidharth Arya
363dca1765
(doc): add my braindump example (Sidharth Arya) ( #1599 )
2021-07-18 19:35:18 +08:00
Jethro Kuan
aee3467b3e
Org-roam V2 ( #1401 )
2021-07-17 19:29:30 +08:00
Noboru Ota
15c1a46e41
(doc): Add file-truename to set org-roam-directory (README and documentation) ( #1487 )
...
* (doc): Add file-truename to set org-roam-directory
Refer this debuging Slack exchange:
https://orgroam.slack.com/archives/CV160S8EL/p1619089118195300
Not using `file-truename` to set
`org-roam-directory` can lead to an issue that is
hard to identify.
It appears that cache database may updates with
files but `org-roam-buffer` fails to find the file
as symbolic links do not resolve. This is
confusing as the table query to the table seems to
return what appears to be correct entries, but the
backlink fails to insert context around the
link (as Org-roam fails to find the file).
There have been similiar issues -- by making sure
`file-truename` is added in the documentation and
README, it is hoped to eliminate such issues to
recur.
This is probably relevant for V2.
* undo changes to texi
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2021-04-28 13:43:42 +08:00
Alexey Shmalko
cc2572e48b
(doc): add my braindump example (Alexey Shmalko) ( #1384 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2021-01-16 20:44:15 +08:00
Jethro Kuan
3ce6e299d4
(doc) Update README ( #1351 )
2020-12-19 17:53:25 +08:00
Tomasz Skupiński
65a2cb6efd
(fix): readme: fix link to manual
2020-11-13 02:52:48 +08:00
Geoff Langenderfer
f59c18fda5
(docs): update org-roam-graph-show
in README.md ( #1121 )
2020-09-20 17:11:40 +08:00
Jethro Kuan
0aa0a7c05a
(doc): Add target audience section ( #990 )
2020-07-31 02:15:42 +08:00
Leo Vivier
650744adc7
(doc): Create ‘Getting Help’ ( #961 )
...
* (doc): Create ‘Getting Help’
* README.md: Add ‘Getting Help’
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-07-22 19:06:54 +02:00
Leo Vivier
b5f3f04318
(doc): Add an FAQ section ( #959 )
...
* README.md: Create FAQ section and mention `C-M-j` for `ivy`
2020-07-22 09:07:49 +02:00
robert seaton
abd81918e1
(docs): update docs link in README ( #850 )
...
Thanks for the catch!
2020-06-19 12:04:09 +08:00
Jethro Kuan
527c693f65
(docs): Update links to online page ( #848 )
...
We now own and use the orgroam.com domain
2020-06-18 19:30:42 +08:00
Stig Brautaset
3f2f7e3ff7
(docs): use org-roam-graph-show on README ( #844 )
2020-06-18 02:56:25 +08:00
Leo Vivier
7ab67436a7
(feat): Implement ‘org-roam-insert-immediate’ ( #814 )
2020-06-15 18:34:27 +08:00
N V
fae45434b5
(doc): Add :ensure to use-package declaration ( #820 )
...
Ensure use-package installs org-roam.
See: #803
2020-06-14 11:58:42 +08:00
Jethro Kuan
80bc19cbda
(docs): update manual location ( #622 )
2020-05-13 20:19:31 +08:00
Leo Vivier
c70f2d5f54
(fix): update repo root to group ( #591 )
2020-05-10 13:48:16 +08:00
Günter Zöchbauer
d3206b797a
(docs): link to discourse in README ( #577 )
...
Also, add information about Graphviz on the README.
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-05-09 19:54:05 +08:00
Leo Vivier
3ca2d9f4ca
(doc): Improve wording 'A Preview' ( #568 )
...
* (doc): Improve wording of the first paragraph
Can’t believe nobody told us that we used ‘screenshot’ instead of
‘screencast’. :(
* Fill to 72
2020-05-05 14:19:00 +08:00
Jethro Kuan
5120f8eac3
(chore): update Slack invite link ( #403 )
2020-04-06 18:23:51 +08:00
Jethro Kuan
b86d2c8637
(docs): Add Org-roam video ( #376 )
2020-03-30 02:39:17 +08:00
Jethro Kuan
1433dbc316
(release): v1.0.0 ( #341 )
2020-03-23 15:34:21 +08:00
Jethro Kuan
3fccaef967
(chore): change main branch to master ( #250 )
2020-03-08 15:05:57 +08:00
Jethro Kuan
f63f29ac05
(docs): Add link to slack invite ( #242 )
2020-03-07 15:05:16 +08:00
Jethro Kuan
d1a47e090e
(docs): update docs ( #229 )
2020-03-06 00:19:11 +08:00
Jethro Kuan
0c2aaad3df
(feature): use sqlite as backing database ( #200 )
...
All org-roam related information will now be stored in the database. Henceforth, the cache needs to be built synchronously once (via `M-x org-roam-build-cache`), which is then incrementally updated.
2020-02-29 15:56:08 +08:00
Jethro Kuan
f1fb9f4680
(docs): remove :after
from package install ( #186 )
...
Some of org-roam's functions (e.g. org-roam-today and
org-roam-find-file) should not need to have org loaded before use.
2020-02-26 11:00:24 +08:00
Jethro Kuan
8523fb43b4
(feature): global org-roam-mode ( #143 )
...
Makes org-roam-mode a global minor mode. This mode adds an advice to find-file-function, which decides whether to turn on the local post-command-hook and after-save-hook.
It also advices delete-file and rename-file to ensure cache consistency. Also fixes a bug introduced with #142
2020-02-20 17:33:30 +08:00
Jethro Kuan
ddaf855b5d
(chore): some cleanups ( #139 )
...
* move org-roam-switch-to-buffer
* add org-roam-switch-to-buffer to docs
* Update changelog
2020-02-20 13:38:31 +08:00
Hendrik Cech
05ada41710
(docs): add Spacemacs installation instructions ( #133 )
2020-02-20 08:48:47 +08:00
Jethro Kuan
e84ab1de9a
(chore): Add GitHub templates ( #117 )
2020-02-18 13:43:13 +08:00
Jethro Kuan
5eb1a87123
Org-roam 0.1.1 ( #83 )
...
* Update README
* Add CONTRIBUTING
* Add CHANGELOG
2020-02-15 15:30:33 +08:00
Jethro Kuan
2aca311cad
Add documentation
2020-02-12 19:05:19 +08:00
Jethro Kuan
59ebbda730
Update README with org-roam-link-representation customization
2020-02-10 14:19:28 +08:00
Jethro Kuan
b555b5575d
Add documentation on synergistic packages
2020-02-07 10:16:27 +08:00
Jethro Kuan
b83d2602b3
Update README for setting org-roam-directory
2020-02-06 20:50:22 +08:00
Jethro Kuan
4d825fedde
Become deft-free 🎉
2020-02-06 19:26:38 +08:00
Jethro Kuan
9d88334dd5
Add function org-roam-find-file
...
org-roam-find-file can be used to quickly navigate to a file in Roam.
2020-02-06 16:14:23 +08:00
Jethro Kuan
95a85bb9c0
Update README for instructions
2020-02-05 19:45:55 +08:00
Jethro Kuan
0b54e0390e
Update README
2020-02-04 23:49:28 +08:00
Jethro Kuan
892cbe1f3a
Update README
2020-02-04 11:33:26 +08:00