Leo Vivier
5b773b687b
(doc): add key-binding for index in default configs ( #543 )
...
* (doc): add key-binding for index in default configs
* (fix): rename org-roam-find-index to -jump-to-index
2020-05-01 09:07:37 +02:00
Leo Vivier
d0819aeffb
(feat) implement org-roam-find-index ( #513 )
2020-04-29 12:08:42 +08:00
Michael Glaesemann
8bb2465e61
(docs): update reference to Roam Protocol documentation ( #519 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-04-26 17:29:21 +08:00
N V
4ca2606a28
(docs): org-roam-db-build-cache ( #396 )
...
Remove references to obsolete variable.
org-roam-build-cache -> org-roam-db-build-cache
2020-04-04 03:50:10 +08:00
N V
b06e296e88
(chore): update org-roam-graph variable names ( #383 )
...
See: https://github.com/jethrokuan/org-roam/issues/382
2020-03-31 16:56:15 +08:00
Jethro Kuan
486ba9c5a8
(feat): upgrade org-roam-graph-exclude-matcher
to accept a list ( #296 )
...
Closes #295
2020-03-14 01:17:32 +08:00
Jethro Kuan
a44b847596
(docs): add documentation for using neato ( #291 )
...
Some prefer using neato for generating a graph (ref #263 ). This
documents how to do so.
2020-03-13 13:37:55 +08:00
Konrad Hinsen
0950ae3cc6
(feature): add support for Helm's completion system ( #284 )
...
adds org-roam-completion-system, supporting helm as the default completion option.
2020-03-12 19:34:27 +08:00
Alexey Shmalko
6eb7238daf
(feature): add org-roam-backlink face ( #247 )
2020-03-08 14:54:56 +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
962ef23cce
(fix): Require a minimum version of Org 9.2 for roam link styling ( #190 )
2020-02-26 16:29:20 +08:00
Herbert Jones
b382b1f21a
(docs): add documentation for multiple org-roam directories ( #187 )
2020-02-26 15:23:29 +08:00
leaen
5f6ff4282c
(docs): fix broken markdown src block ( #176 )
2020-02-24 17:08:29 +08:00
wrycode
a0559a2709
(docs): add note about removing title timestamps in configuration.md ( #175 )
2020-02-24 14:55:07 +08:00
Jethro Kuan
c54c206694
(feature) add templating functionality via org-roam-template
( #165 )
...
This allows users to customize the filename, and the content of the template.
2020-02-23 17:11:49 +08:00
Jethro Kuan
cba79b941a
(feature): add custom font styling for org-roam links ( #162 )
...
* (feature): add custom font styling for org-roam links
This adds 'org-roam-link-face. When org-roam-mode is on, all roam
links take this face. By default, it is exactly the same as 'org-link,
and would require styling.
* update docs
2020-02-22 21:11:14 +08:00
Jethro Kuan
ce305af319
(breaking): change org-roam-file-format to a function ( #103 )
...
This allows for more flexible naming of files. Now filename defaults
to yyyymmddhhmmss_title_here.org. Also, remove
`org-use-timestamp-as-filename`, and change it to
`org-roam-filename-noconfirm` to better describe what it is doing.s
2020-02-17 13:50:40 +08:00
chip2n
159b64b538
(feature): add support for file encryption by default ( #90 )
...
This is controlled by variable org-roam-encrypt-files
2020-02-16 18:31:51 +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
efd2072070
Add documentation for configuration options ( #65 )
...
* document org-roam-directory
* rename org-roam-position, and document org-roam-buffer-position
* document org-roam-buffer
* document org-roam-buffer-width
* Document org-roam-graphviz-executable
* document org-roam-graph-viewer
* document org-roam-link-title-format
2020-02-13 03:14:34 +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