Commit graph

34 commits

Author SHA1 Message Date
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