Jethro Kuan
3a2df140cb
update conversion to accept template overrides
...
rename org-roam-capture--capture to org-roam-capture-
2021-04-11 15:05:22 +08:00
Jethro Kuan
de6477be17
Merge branch 'master' into v2
2021-04-11 14:56:34 +08:00
Jethro Kuan
997ddcbf4b
(docs): update org-roam dir-locals
...
use absolute path instead of relative path to prevent errors
2021-04-11 14:50:11 +08:00
Jethro Kuan
e19c3d6273
update docs
2021-03-24 23:56:59 +08:00
Jethro Kuan
9b0a45f105
add some documentation
2021-03-19 11:20:19 +08:00
Jethro Kuan
fb76f81423
(docs) fix and add to link completion doc (ref #1413 )
2021-03-19 11:20:19 +08:00
Jethro Kuan
121e969553
(docs) add details on executable-find (ref #1444 )
2021-03-19 11:20:19 +08:00
Jethro Kuan
0c0d677631
fix typo (ref #1441 )
2021-03-19 11:20:19 +08:00
Jethro Kuan
dc0357b12e
fix grammar issue in documentation (ref #1432 )
2021-03-19 11:20:18 +08:00
Jethro Kuan
cbeaa4d92e
add link to anki-editor (ref #1419 )
...
Co-authored-by: Arthur Leonard Andersen
2021-03-19 11:20:18 +08:00
Jethro Kuan
53dcf687ef
org-roam v2
2021-03-19 11:20:18 +08:00
Paul Gowder
2a1c73c0a3
(docs): clarify behavior of capture functions ( #1393 )
2021-01-20 21:55:17 +08:00
Jethro Kuan
16c7a7bd93
(doc): update mac protocol instructions ( #1390 )
...
use native script editor, rather than Platypus.
2021-01-18 23:02:53 +08:00
Thomas Sojka
05deb64d85
(doc) Update brew install script ( #1386 )
...
The API for Homebrew Cask changed (https://brew.sh/ )
2021-01-16 16:58:13 +08:00
Noboru Ota
ecf515f650
(doc): Add footnote for tab completion ( #1348 )
...
Follow on to #1345 .
The discussion in the Slack thread further clarified what was exactly
confusing for a beginner reader of this Getting Started. When a user is using
the built-in completion (no ivy, no ido), then `org-roam-find-file` does not
immediately show any files -- instead, the user has to press TAB. This is not
explicitly mentioned.
2020-12-19 16:42:43 +08:00
Noboru Ota
4d63f99fe8
(doc): Add async update to Getting Started ( #1345 )
2020-12-16 20:58:13 +08:00
Jethro Kuan
face683e00
(internal): remove org-roam--get-title-or-slug function ( #1284 )
...
Every file has a title when saved into the database, so this function is
redundant in most cases (e.g. in org-roam-buffer, where backlinks are
fetched from the database).
2020-11-15 19:44:36 +08:00
Jethro Kuan
baf0dd9d00
(doc): document tag completions ( #1282 )
2020-11-15 14:36:49 +08:00
Jethro Kuan
6502874576
(doc): document completion-at-point ( #1279 )
2020-11-15 04:43:57 +08:00
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