Jethro Kuan
8401784cd2
(doc): document org-roam-tag-sources ( #1274 )
2020-11-14 21:12:08 +08:00
Jethro Kuan
48ef3fee11
(doc): document org-roam-title-sources
( #1271 )
2020-11-13 22:55:52 +08:00
Alan Schmitt
16c520068b
(doc): Fix typo ( #1272 )
...
The `olp` option in the lab notes example was swapped.
2020-11-13 14:22:58 +01:00
Jethro Kuan
b1608bf869
(feat): capture: create OLP if does not exist ( #1270 )
...
Remove the requirement that the OLP already exists in the captured file.
Also, make OLP available beyond dailies functionality.
2020-11-13 16:29:00 +08:00
Jethro Kuan
cc01cf346e
(release): v1.2.3 ( #1269 )
2020-11-13 14:22:18 +08:00
Jethro Kuan
eaf99cba03
(doc): minor changes ( #1268 )
2020-11-13 13:17:28 +08:00
Jethro Kuan
bc12d1cf04
(feat): add org-roam-db-update-method
( #1264 )
...
* (feat): add `org-roam-db-update-method`
Add `org-roam-db-update-method`, which can be one of two choices:
1. `immediate`: the cache is updated upon file changes
2. `idle-timer`: Marks the org-roam database as dirty. If Emacs idles
for some seconds, the Org-roam cache is updated. This is the default,
and current behaviour.
The idle method makes for a smoother editing experience, but some
inconsistencies can be faced.
* org-roam-update-db-idle-seconds -> org-roam-db-update-idle-seconds
2020-11-12 19:48:40 +08:00
Jethro Kuan
d4c875b53b
(doc): doc stylistic changes ( #1262 )
...
- style tables properly
- reduce pre font-size
2020-11-12 15:40:27 +08:00
Jethro Kuan
1db4c22950
(doc): remove top-level TOC ( #1260 )
2020-11-12 15:13:59 +08:00
Jethro Kuan
9c0f030ffd
(doc): add indexes ( #1259 )
...
Add keystroke, command, function and variable indexes
2020-11-12 14:56:48 +08:00
Leo Vivier
983d7a8798
(doc): Link org-journal to section on daily-notes ( #1258 )
2020-11-12 07:47:44 +01:00
Kisaragi Hiu
167553b8ee
(doc): various improvements ( #1253 )
...
- options: explicitly enable smart quotes on export
- zettelkasten introduction: add sections for fleeting notes and
permanent notes for easier access and reference
- anatomy: add a missing period
- encryption: clarify org-roam-encrypt-files is a user option
- roam protocol: remove extraneous heading
- roam protocol: small grammar fix
- doctor: explain what the doctor does by default
- org-roam-bibtex: explain part of what orb actually does
2020-11-11 18:04:09 +08:00
Kisaragi Hiu
76affe177a
(doc): reflect that we now allow multiple refs ( #1251 )
2020-11-11 15:42:45 +08:00
Jethro Kuan
aef71f1623
(docs): use ox-texinfo+ ( #1250 )
...
This generates texi documents with understanding of variables and
functions.
2020-11-11 13:00:49 +08:00
Leo Vivier
4f6eb285bf
(feat): Overhaul org-roam-dailies ( #978 )
...
Implement ideas from `org-journal` to `org-roam-dailies`.
Update the doc.
2020-11-10 14:31:38 +01:00
Jethro Kuan
4d423a916e
(doc): add note on unlinked references and encrypted files ( #1236 )
2020-11-05 16:34:11 +08:00
Jethro Kuan
5d483f2d4d
(fix): fall back to org-id search ID face computation ( #1195 )
...
* (fix): fall back to org-id search ID face computation
Fixes the scenario where the face is reported as invalid although it is
part of Org's ID files (e.g. in the agenda).
Fixes #1191 .
This can however slow face computation a lot (when there are many org
id/agenda files). Here, we choose to focus on correctness.
* Document faces, default to only applying to Org-roam notes
2020-10-19 13:47:07 +08:00
Jethro Kuan
cbf1b585ac
(doc): fix org-roam-buffer-window-parameters documentation ( #1190 )
...
Closes #1188
2020-10-16 00:23:47 +08:00
Jethro Kuan
02fda3adb1
(docs): document org-roam-buffer-window-parameters ( #1180 )
...
also remove documentation on deprecated variable ~org-roam-buffer-no-delete-other-windows~
2020-10-10 22:28:29 +08:00
Jethro Kuan
0cce9d1165
(release): Org-roam v1.2.2 ( #1168 )
2020-10-06 03:02:41 +08:00
Jethro Kuan
6759bee56b
(doc): add FAQ for completion into manual ( #1161 )
...
Fixes #960
2020-10-01 12:30:05 +08:00
Jethro Kuan
2f4034cebc
(docs): add docs for Org-roam unlinked references ( #1144 )
2020-09-27 15:21:49 +08:00
Tyler Smith
176b2bf19d
(docs): add git installation instructions ( #1136 )
2020-09-26 13:55:59 +08:00
Jethro Kuan
ae32c465de
(feat): move fuzzy links to roam: links ( #1105 )
2020-09-23 17:58:18 +08:00
Kisaragi Hiu
c33867e6bc
(feat): allow ignoring files matching a regular expression ( #1046 )
...
Adds a new user option, `org-roam-file-exclude-regexp`, to exclude files from Org-roam.
2020-08-18 16:16:56 +08:00
Jethro Kuan
22006be751
(docs): set org-roam-db-location with multiple org-roam-directories ( #1027 )
...
Fixes #1025
2020-08-11 13:51:29 +08:00
Leon
c437052b4b
(docs): update url of org-fc ( #1012 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-08-09 11:55:07 +08:00
Daniel Gomez
8881c9732b
(fix) Change Emacs date to 1976 ( #993 )
...
cf. https://en.wikipedia.org/wiki/Emacs
2020-07-31 15:29:59 +02:00
Jethro Kuan
0aa0a7c05a
(doc): Add target audience section ( #990 )
2020-07-31 02:15:42 +08:00
Jethro Kuan
89e9121f26
(release): Org-roam v1.2.1 ( #975 )
2020-07-27 01:03:35 +08:00
Jethro Kuan
4d992ce9e3
(doc): add debian/ubuntu installation instructions ( #965 )
...
Addresses #964
2020-07-23 22:46:21 +08:00
Jethro Kuan
eb7ee0ef6c
(docs): add docs on notes versioning ( #949 )
2020-07-19 12:37:53 +08:00
Jethro Kuan
fb5beeb14d
(docs): clarify org-roam-completion-system ( #948 )
2020-07-19 12:26:00 +08:00
Jethro Kuan
10e91a88c1
(docs): make explicit need to set org-roam-directory early ( #946 )
2020-07-18 18:04:52 +08:00
Jethro Kuan
ca4a7421bc
(docs): Update org-roam-capture documentation ( #904 )
2020-07-09 12:56:17 +08:00
Jethro Kuan
21bc220ed3
(docs): fix qutebrowser roam-protocol binding ( #891 )
2020-07-06 11:39:11 +08:00
Jethro Kuan
d58fc31dfb
(docs): add docs for using winner-mode as history ( #890 )
2020-07-05 23:07:41 +08:00
karamme
3a1c826aa0
(docs): add protocol instructions for Windows and WSL2 ( #882 )
...
See #870
2020-07-04 00:25:23 +08:00
Jethro Kuan
e33c3bcb3f
(internal): lower default value of org-roam-db-gc-threshold ( #872 )
...
The high value has been reported to cause significant slowdowns, so we
reset the default, and add documentation for its customization instead.
Ref #834
2020-06-28 15:16:14 +08:00
Sibi Prabakaran
ee28b5e6b1
(docs): improve roam-ref docs ( #865 )
...
The current documentation made me think that bookmarklet feature was limited to Firefox. This patch slightly improves it.
2020-06-26 14:52:08 +08:00
Alexey Shmalko
f16de357a6
(feat): add 'first-directory option for org-roam-tag-sources ( #851 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-06-19 18:22:52 +08:00
Jethro Kuan
eca07277ce
(release): Org-roam v1.2.0 ( #802 )
2020-06-12 23:29:52 +08:00
Noboru Ota
43dbad1f62
(UX): Add more meaningful error message for sqlite3 ( #776 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-06-12 17:14:59 +08:00
Tim Quelch
1a964520f2
(doc): Add documentation about multiple templates for capture ( #796 )
...
* Add sentence noting that you can have multiple templates
* Add sentence describing that `file-name` can specify directory
* Make changes in .org instead
* Fix grammar and reflow
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-06-12 07:14:09 +02:00
Jethro Kuan
f4376f39a9
(docs): update roam-ref qutebrowser configuration ( #780 )
2020-06-09 16:49:11 +08:00
Jethro Kuan
898c6c8178
(docs): Add link to Roam-migration ( #779 )
2020-06-09 16:11:03 +08:00
Jethro Kuan
9d5a34d0f4
(internal): lowercase all properties ( #770 )
2020-06-07 16:25:34 +08:00
N V
5bf3e596c8
(feat): prefer lowercase versions of org in-file settings ( #769 )
...
See #768
2020-06-07 13:55:07 +08:00
Jethro Kuan
b2594b84ae
(docs): add section introducing the Zettelkasten method ( #719 )
2020-05-31 14:22:44 +08:00
Jethro Kuan
195669ad10
(docs): Add missing Org package-install instructions ( #734 )
2020-05-30 19:04:42 +08:00