8f8ccf6797
(feat): clean-ups for org-roam-capture system ( #315 )
...
This introduces 2 user-facing changes:
1. If a capture process is aborted, the file is not created if it
doesn't yet exist
2. If a capture process is aborted, org-roam-insert will not insert a
link
2020-03-17 17:06:49 +08:00
81dd880357
(bugfix): fix ugly node labels in org-roam graph ( #314 )
2020-03-17 13:00:45 +08:00
c14ac7b613
(bugfix): fix Helm completing-read containing extra spaces on non-match ( #309 )
2020-03-16 17:42:57 +08:00
08667d9c7d
(bugfix): Fix Helm integration for completing-read ( #306 )
...
Fixes #304 , using PR #305 as the base, thanks @khinsen
2020-03-16 13:00:12 +08:00
f544bd9ca1
hexify file url for org-protocol link ( #299 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-03-15 21:55:54 +08:00
66aff57cdb
(bugfix): capture: prepend header template only on new file ( #302 )
2020-03-15 21:50:25 +08:00
f238e3fe02
(feat): order backlinks by filename ( #300 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-03-15 15:26:24 +08:00
98fc273a0f
(internal): less abusive use of org-capture ( #294 )
...
`org-roam--capture-new-file` does not write anything to a file, all the templating is delegated to vanilla `org-capture`
2020-03-15 13:41:36 +08:00
a4df95b518
Create FUNDING.yml
2020-03-14 17:52:51 +08:00
6f1154c90e
(bugfix): remove nonexistent/redundant code ( #297 )
2020-03-14 14:55:53 +08:00
486ba9c5a8
(feat): upgrade org-roam-graph-exclude-matcher
to accept a list ( #296 )
...
Closes #295
2020-03-14 01:17:32 +08:00
d28a83c992
(bugfix): fix unintuitive behaviour of capture insertion ( #293 )
...
Ref #285
2020-03-13 18:13:04 +08:00
62ed117eb6
(feat): Support multiple org-roam-directories for company backend ( #292 )
...
Fixes #276
2020-03-13 14:03:53 +08:00
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
e64890c80e
(feat): add org-roam-date-title-format and org-roam-date-filename-format ( #290 )
...
This PR supercedes #280 . It allows users who use the date
functionality in Org-roam to customize the filename and title formats
of the created files.
2020-03-13 13:29:49 +08:00
4eaf69465e
(feat): add 'ido and 'ivy support for completing-read ( #289 )
...
Also adds org-roam-fuzzy-match, which for ivy and helm controls
whether completion candidates are fuzzy matched.
2020-03-13 13:11:22 +08:00
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
0cab668d9e
(bugfix): propagate org-roam-directory to temp buffers ( #275 )
2020-03-11 15:41:18 +08:00
6095d01ef4
(feat): add a company-mode for link completion ( #257 )
...
Adds company-org-roam, a company backend which autocompletes text into org file links
2020-03-11 14:32:58 +08:00
bd425e4427
(docs):fix typo in platypus installation ( #274 )
2020-03-11 11:37:01 +08:00
65ead3c9ed
(chore): fix more checkdoc errors ( #270 )
2020-03-11 00:55:42 +08:00
be1d1f1d7b
(feat): add org-roam-graphviz-extra-options ( #269 )
2020-03-11 00:44:07 +08:00
f5d5b83b49
(bugfix): fix missed org-roam-link-title-format uses ( #268 )
...
In #261 we allowed org-roam-link-title-format to be a function, but missed some of its uses during the update. h.t. @alanz
2020-03-11 00:34:08 +08:00
8a3945945b
(bugfix): emove duplicate line from `org-roam--db-clear' ( #267 )
2020-03-10 15:35:34 +08:00
7f09c76baf
(fix): allow org-roam-insert in Org-roam file indirect buffers ( #266 )
2020-03-10 10:57:49 +08:00
f6e75f995a
(chore): cleanup buffer-file-name calls ( #265 )
...
buffer-file-name uses the current-buffer if the argument is not passed
2020-03-10 10:41:43 +08:00
6ba9ffe9c8
(fix): Error if org-roam-insert is not called from Org-roam file ( #264 )
2020-03-10 10:36:36 +08:00
5e0b7440a3
(feat): Allow function for org-roam-link-title-format ( #261 )
...
Addresses #255
2020-03-09 22:18:04 +08:00
d16d001b9e
(feat): add optional initial-prompt to org-roam-find-file ( #259 )
2020-03-09 16:43:48 +08:00
f67e0b025a
(docs): fix typo in vanilla installation ( #254 )
2020-03-08 20:49:17 +08:00
b836f9fc35
(bugfix): Don't query about SQL proccess on Emacs exit ( #253 )
...
Graceful shutdown is already guaranteed via `kill-emacs-hook`.
Refs #200
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-03-08 19:57:48 +08:00
e138056115
(docs): fix documentation for manual installation ( #252 )
2020-03-08 17:43:07 +08:00
63e0558d96
(chore): Cleanups for MELPA release ( #251 )
...
* (chore): require minimum Org version 9.3
* fix bytecompile errors for org-roam.el
* fix checkdoc errors
* fix more things
2020-03-08 15:58:13 +08:00
3fccaef967
(chore): change main branch to master ( #250 )
2020-03-08 15:05:57 +08:00
6eb7238daf
(feature): add org-roam-backlink face ( #247 )
2020-03-08 14:54:56 +08:00
fc79901682
(chore): drop org-roam-filename-noconfirm ( #248 )
...
With org-capture integration, it does not seem to be used anymore.
2020-03-08 11:15:41 +08:00
46afa483a9
(docs): add documentation for exporting backlinks in Org file ( #244 )
...
h.t. @jdiez17
2020-03-07 23:49:43 +08:00
f63f29ac05
(docs): Add link to slack invite ( #242 )
2020-03-07 15:05:16 +08:00
e357693297
(release): v1.1.0-rc1 ( #238 )
v1.0.0-rc1
2020-03-06 20:39:28 +08:00
b7afb02015
(chore): Cleanup for MELPA release ( #236 )
2020-03-06 20:15:33 +08:00
4c6e4df474
(fix): fix org-roam-today date functionality overriding old files ( #235 )
2020-03-06 19:35:22 +08:00
b1e2209dfc
(feature): org-roam-graph-exclude-matcher: exclude nodes from graph ( #233 )
2020-03-06 12:48:30 +08:00
8f83ffc2a3
org-roam-show-graph: PREFIX to generate a graph but not display it ( #232 )
...
This lets the viewer application watch the file, or have the user manually refresh the view rather than opening a new browser tab.
2020-03-06 11:22:39 +08:00
09a23c377b
(fix): remove nonspacing marks from slugs ( #230 )
...
Linux and macOS use different Unicode normalization conventions in filenames
2020-03-06 01:47:22 +08:00
d1a47e090e
(docs): update docs ( #229 )
2020-03-06 00:19:11 +08:00
7d1dd831db
(fix): relative links should work from org-roam-buffer with multidir ( #228 )
2020-03-05 13:53:53 +08:00
c77c1b7316
(docs): add more org-protocol instructions for MacOS ( #227 )
2020-03-05 12:53:57 +08:00
55d7edd5ee
(docs): fix org-roam-protocol docs formatting ( #226 )
2020-03-05 12:07:15 +08:00
1f02b0c5dd
(docs): update org-protocol installation for MacOS ( #225 )
2020-03-05 11:51:28 +08:00
d96ae119ab
(bugfix): remove interactive from org-roam-capture ( #224 )
2020-03-05 11:27:05 +08:00