Commit Graph

16 Commits

Author SHA1 Message Date
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
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
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
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
05ada41710 (docs): add Spacemacs installation instructions (#133) 2020-02-20 08:48:47 +08:00
e84ab1de9a (chore): Add GitHub templates (#117) 2020-02-18 13:43:13 +08:00
5eb1a87123 Org-roam 0.1.1 (#83)
* Update README

* Add CONTRIBUTING

* Add CHANGELOG
2020-02-15 15:30:33 +08:00
2aca311cad Add documentation 2020-02-12 19:05:19 +08:00
59ebbda730 Update README with org-roam-link-representation customization 2020-02-10 14:19:28 +08:00
b555b5575d Add documentation on synergistic packages 2020-02-07 10:16:27 +08:00
b83d2602b3 Update README for setting org-roam-directory 2020-02-06 20:50:22 +08:00
4d825fedde Become deft-free 🎉 2020-02-06 19:26:38 +08:00
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
95a85bb9c0 Update README for instructions 2020-02-05 19:45:55 +08:00
0b54e0390e Update README 2020-02-04 23:49:28 +08:00
892cbe1f3a Update README 2020-02-04 11:33:26 +08:00