Jethro Kuan
fb27fc78bc
org-roam-capture: refactor
2021-04-02 21:18:40 +08:00
Jethro Kuan
a35b0e7c6d
org-roam-capture: cleanup capture calls
2021-04-02 20:10:04 +08:00
Jethro Kuan
f883c3270f
add missing requires
2021-04-02 14:20:16 +08:00
Jethro Kuan
eec1edf8f5
simplify
2021-04-01 23:35:05 +08:00
Jethro Kuan
3d61a76ecb
make tags searchable
2021-04-01 19:25:30 +08:00
Jethro Kuan
49541298ba
add node display template
2021-04-01 18:01:46 +08:00
Jethro Kuan
490901957e
fix some byte-compile errors
2021-03-29 00:34:30 +08:00
Jethro Kuan
f681c51630
fix
2021-03-28 23:58:43 +08:00
Jethro Kuan
ae5a0c15ba
fix lints
2021-03-28 23:54:01 +08:00
Jethro Kuan
732efc6262
merge most files together
2021-03-28 20:32:07 +08:00
Mykhailo Shevchuk
537f167503
(fix) workaround for cite backlinks crashing ( #1454 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2021-03-27 21:10:04 +08:00
Jethro Kuan
1ea5b029a5
remove org-roam-faces
2021-03-27 17:37:16 +08:00
Noboru Ota
486f3cac3d
fix: V2. #1455 replace let with let* ( #1456 )
2021-03-26 14:46:35 +08:00
Jethro Kuan
e62cf7f8aa
add persistent org-roam-buffer
2021-03-25 20:37:28 +08:00
Jethro Kuan
a4ab83ea89
simplify section insertion
2021-03-25 19:19:51 +08:00
Jethro Kuan
7bb61806ef
fix lint
2021-03-25 13:23:30 +08:00
Jethro Kuan
6ac3a84057
default title to file-relative-name for file-nodes if title is empty
2021-03-25 13:21:35 +08:00
Jethro Kuan
47c3b024d7
org-roam-up-heading-or-point-min: fix case where there is no heading
2021-03-25 03:01:38 +08:00
Jethro Kuan
e19c3d6273
update docs
2021-03-24 23:56:59 +08:00
Jethro Kuan
6bcf164036
fix org-roam--org-roam-file-p
...
fixes tests
2021-03-24 17:16:08 +08:00
Jethro Kuan
315e2dc447
fix lints
2021-03-24 14:24:40 +08:00
Jethro Kuan
2f77ae709d
fix id retrieval resulting in infinite loop
...
Use custom `org-roam-up-heading-or-point-min` to prevent infinite
looping during ID retrieval. Fixes #1452 .
2021-03-24 13:54:57 +08:00
Jethro Kuan
e238c6d766
fix: default to filename if no title or alias
...
fix #1450
2021-03-23 12:49:11 +08:00
Jethro Kuan
9b0a45f105
add some documentation
2021-03-19 11:20:19 +08:00
Jethro Kuan
843eacb80b
remove atime mtime tracking
...
It's no longer useful to track atime and mtime at the file level, we
care about properties at the node level.
2021-03-19 11:20:19 +08:00
Jethro Kuan
6fae3aa74c
fix capture
2021-03-19 11:20:19 +08:00
Jethro Kuan
d1dd75e3b2
simplify
2021-03-19 11:20:19 +08:00
Jethro Kuan
be828e2c1d
fix lints
2021-03-19 11:20:19 +08:00
Jethro Kuan
5c7027aece
(feat) add org-roam-refile
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
302b2e3bc3
fix completions
2021-03-19 11:20:18 +08:00
Jethro Kuan
25c41a079a
cleanup tests
2021-03-19 11:20:18 +08:00
Jethro Kuan
53dcf687ef
org-roam v2
2021-03-19 11:20:18 +08:00
Sean Farley
8ad57b1218
(fix): support %i in org-roam-protocol ( #1445 )
2021-03-08 12:57:38 +08:00
Jethro Kuan
0b964ca428
(fix): fix org-roam buffer insert out-of-order ( #1448 )
2021-03-06 18:01:48 +08:00
Sean Whitton
643b98eeb3
(fix): dailies: avoid assuming value of org-roam-dailies-directory ( #1426 )
2021-03-06 10:51:29 +08:00
Jürgen Hötzel
b0fd12647b
(fix): dailies: prevent inclusion of non-org-roam files ( #1409 )
...
Fixes #1398
2021-01-28 21:41:42 +08:00
Boris Buliga
fde40dc1c4
(fix) parsing of missing props ( #1406 )
...
Followup from #1404
2021-01-26 14:45:19 +08:00
Boris Buliga
96b0a52273
(fix) inconsistency between props writing and reading (alias, tags) ( #1404 )
...
Fixes #1403
2021-01-26 11:09:19 +08:00
Marlin Strub
aa52b65a4a
(feat): add org-roam-file-completion-tag-position
( #1396 )
2021-01-23 18:09:52 +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
Jethro Kuan
1b3a0abd36
(feat): add org-roam-buffer-preview-function ( #1388 )
...
Instead of storing preview content in the database, now provide a
function to fetch these on the fly. This paves the way for future
improvements (e.g. showing more lines)
2021-01-17 02:52:39 +08:00
Jethro Kuan
06e5814898
(fix): org-roam-dailies: fix false warning on new file ( #1387 )
...
Fixes #1358
2021-01-16 21:06:50 +08:00
Alexey Shmalko
cc2572e48b
(doc): add my braindump example (Alexey Shmalko) ( #1384 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2021-01-16 20:44:15 +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