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
Tim Quelch
6f0a38e64e
(feat): disable unnecessary org-mode startup for temp buffers ( #1057 )
...
Set `org-inhibit-startup` to `t` to reduce the amount of time taken to set up org-mode buffers. For example, this disables latex image generation, and table alignment.
Also introduces `org-roam-doctor-inhibit-startup`, which speeds up `org-roam-doctor` runs.
2020-08-27 13:23:38 +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
Leo Vivier
4ec4e60358
(doc): Add SVG source for logo ( #943 )
2020-07-16 10:20:42 +02: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
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
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
Jethro Kuan
50cc81c76d
(internal): use emacsql-sqlite3 everywhere ( #701 )
2020-05-27 13:20:06 +08:00
Chris Binz
e3d101f495
(doc): Update org-roam-bibtex repo URL ( #675 )
2020-05-19 15:12:28 -04:00
Sayan
2cced712fa
(docs): add landing page ( #673 )
...
Fixes #623
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-05-19 23:41:48 +08:00
Jethro Kuan
d2654f6023
(docs): add a nice default theme ( #667 )
2020-05-18 19:15:12 +08:00
Jethro Kuan
f390593cfb
(feat): Add a tagging system ( #604 )
...
Tags are used as meta-data for files: they facilitate interactions with notes where titles are insufficient. For example, tags allow for categorization of notes: differentiating between bibliographical and structure notes during interactive commands.
Co-authored-by: Leo Vivier <leo.vivier+dev@gmail.com >
Co-authored-by: N V <44036031+progfolio@users.noreply.github.com >
2020-05-15 16:10:11 +08:00
Allard Hendriksen
3df3b6519c
(doc): fix org-roam-buffer-no-delete-other-windows ( #628 )
...
It appears the option has changed name, but this was not yet reflected
in the documentation.
2020-05-14 22:52:27 +02:00
Jethro Kuan
b47b76aa41
(refactor): refactor title extraction ( #625 )
...
Introduces '(org-roam-title-sources), which can be a list of lists. Each symbol corresponds to a function, that when called returns a list of titles. If the element is a list, use the first function in the list that returns a successful result.
2020-05-14 19:45:07 +08:00
Jethro Kuan
85b3e488b2
(ci): fix
2020-05-13 19:56:06 +08:00
Jethro Kuan
5a9f765a49
(ci): move images to the correct location
2020-05-13 19:54:08 +08:00
Jethro Kuan
1c7c5b3b9b
(ci): add nojekyll to docs
2020-05-13 19:48:39 +08:00
Jethro Kuan
232921b9a1
(docs): track landing page ( #620 )
2020-05-13 19:26:37 +08:00
Jethro Kuan
9e2998c580
(ci): remove old docs, add landing page ( #619 )
2020-05-13 19:24:17 +08:00
Jethro Kuan
e62bda799a
(docs): use gh actions to deploy documentation ( #616 )
2020-05-13 18:45:32 +08:00