Commit graph

14 commits

Author SHA1 Message Date
Leo Vivier
c70f2d5f54
(fix): update repo root to group (#591) 2020-05-10 13:48:16 +08:00
Jethro Kuan
46afa483a9
(docs): add documentation for exporting backlinks in Org file (#244)
h.t. @jdiez17
2020-03-07 23:49:43 +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
b7a7741bb0
(feature): use org-capture templates (#216)
Instead of implementing our own templating system, we abuse org-capture's templating system. We add 2 additional properties:

- :head: a starting template that goes at the beginning of the file.
- :file-name: a string that expands to the file name

The templates are customizable at `org-roam-capture-templates` and `org-roam-ref-capture-templates`.
2020-03-05 00:21:24 +08:00
Jethro Kuan
150ae65564
(feature): deprecate roam-protocol, extend org-protocol instead (#203)
Add 2 custom handlers:

1. roam-file?file=path: this simply opens the file at path in Emacs.
2. roam-ref?ref=ref&template=roam-template&title=title&...: attempts to open a roam note with a given ROAM_KEY. If the note doesn't exist, create one. Else, open it.
2020-02-29 22:09:04 +08:00
Jethro Kuan
5b96cf806f
(docs): Add documentation for #+ROAM_ALIAS attribute (#185) 2020-02-26 01:33:49 +08:00
Jethro Kuan
914bbe3b53
(docs): overhaul documentation (#76)
Updated for latest Org-roam, and add all relevant information into the new documentation site.
2020-02-15 14:49:11 +08:00
Jethro Kuan
791c059200
Simplify org-roam-insert and org-roam-find-file (#62)
* Simplify org-roam-insert and org-roam-find-file

See #59.

* Add docs for org-roam automatic filenaming

* Update installation instructions
2020-02-13 00:25:45 +08:00
Jethro Kuan
3df3fd8e4d rtd customizations 2020-02-12 19:56:35 +08:00
Jethro Kuan
42bfe14462 trim pymdownx extensions 2020-02-12 19:49:15 +08:00
Jethro Kuan
b104bc7da3 fix broken mkdocs.yml 2020-02-12 19:41:22 +08:00
Jethro Kuan
3776f3a6b9 Add mkdocs plugins 2020-02-12 19:35:49 +08:00
Jethro Kuan
2aca311cad Add documentation 2020-02-12 19:05:19 +08:00