N V
dc65e58405
(refactor): org-roam-graph ( #490 )
...
- Consolidate graph build/display commands into org-roam-graph command
See #450
- Require org-roam-db
Rather than declaring its functions.
- Move obsolete variable org-roam-graph-node-shape to org-roam-compat
- org-roam-graph--build-connected-component accepts a file argument
Allows building a graph without having the target file as the current
buffer
- Eliminate repeating code
- Fix checkdoc warnings
2020-04-19 15:04:24 +08:00
Michael Glaesemann
6175739b33
(docs) Provide examples of using template expansion and function overrides. ( #478 )
2020-04-17 18:31:39 +08:00
Sayan
06afa27725
(docs): export: add snippet for backlinks with contents. ( #466 )
2020-04-17 12:34:40 +08:00
Jethro Kuan
e1873a6a16
(internal): extract daily notes functionality ( #473 )
...
Beyond just an extraction, this is also a simplification. It removes two
variables: `org-roam-date-filename-format` and
`org-roam-date-title-format`, in favour of directly specifying them in
the `org-roam-dailies-capture-templates`.
`org-roam--file-for-time` is also vastly simplified to use org-capture's
default time expansion utilities, by setting the capture template's
`:default-time` appropriately.
2020-04-17 03:25:16 +08:00
Michael Herold
a4a2ac8d19
Use MELPA for installing in Spacemacs ( #462 )
...
Now that org-roam is out on MELPA, let's suggest that people use it
instead of GitHub to install the package.
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-04-15 14:34:23 +08:00
Sayan
f79ee9e850
Correct database query function ( #463 )
...
`org-roam-sql` is obsolete now. Also changed the syntax that works for the new `org-roam-db-query` function.
2020-04-15 14:09:58 +08:00
Jethro Kuan
a71176ee40
(docs): mention company-org-roam in documentation ( #457 )
2020-04-14 17:00:13 +08:00
Noboru
b33300a23d
(docs): fix broken format in win-install doc ( #438 ) ( #451 )
2020-04-14 13:17:05 +08:00
Noboru
6392a8b5df
(docs): fix broken format+typo in win-install ( #438 ) ( #444 )
...
Co-authored-by: nobiot <me@nobiot.com >
2020-04-12 17:05:27 +08:00
Noboru
0e79bbb75a
(doc) add Windows installation instruction ( #397 ) ( #438 )
...
Co-authored-by: nobiot <me@nobiot.com >
2020-04-12 11:35:42 +08:00
N V
18939fcccd
(doc): ref-capture-templates > capture-ref-templates ( #433 )
...
See: #430
2020-04-11 16:38:46 +08:00
Langston Barrett
72faa591fb
(docs): fix typo eduring -> during ( #405 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-04-07 15:30:07 +08:00
Jethro Kuan
e73bc78274
(feat): Add org-ref citation support ( #374 )
...
Adds support for org-ref cite: links to the backlinks buffer.
Requires a db-rebuild, since the db schema has changed.
2020-04-06 16:48:17 +08:00
N V
4ca2606a28
(docs): org-roam-db-build-cache ( #396 )
...
Remove references to obsolete variable.
org-roam-build-cache -> org-roam-db-build-cache
2020-04-04 03:50:10 +08:00
Langston Barrett
f9a4f3b7f7
(docs:) spacemacs: replace show-graph with graph-show ( #393 )
...
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com >
2020-04-02 13:40:53 +08:00
N V
b06e296e88
(chore): update org-roam-graph variable names ( #383 )
...
See: https://github.com/jethrokuan/org-roam/issues/382
2020-03-31 16:56:15 +08:00
bdarcus
04acbda916
(docs): simplifying doom installation instructions ( #381 )
...
With the new `+roam` flag now added to doom emacs, this simplifies the instructions.
2020-03-31 05:46:46 +08:00
Jethro Kuan
58c07f74bc
(docs): Add note about completion mechanism ( #373 )
2020-03-29 17:58:49 +08:00
Jethro Kuan
b607e56c5f
(feat): Add interactive org-roam-capture ( #371 )
2020-03-29 17:29:57 +08:00
Jethro Kuan
649af54640
(internal): remove company-org-roam ( #368 )
...
company-org-roam is maintained separately, at jethrokuan/company-org-roam.
2020-03-29 14:14:13 +08:00
Daniel Nicolai
23a8b0d722
Add warning: binding conflict with ranger layer ( #348 )
...
This happened to me. The error message and backtrace information were not very clear
2020-03-24 11:16:53 +08:00
Jethro Kuan
1433dbc316
(release): v1.0.0 ( #341 )
2020-03-23 15:34:21 +08:00
Jethro Kuan
486ba9c5a8
(feat): upgrade org-roam-graph-exclude-matcher
to accept a list ( #296 )
...
Closes #295
2020-03-14 01:17:32 +08:00
Jethro Kuan
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
Konrad Hinsen
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
Jethro Kuan
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
Jethro Kuan
f67e0b025a
(docs): fix typo in vanilla installation ( #254 )
2020-03-08 20:49:17 +08:00
Jethro Kuan
e138056115
(docs): fix documentation for manual installation ( #252 )
2020-03-08 17:43:07 +08:00
Jethro Kuan
3fccaef967
(chore): change main branch to master ( #250 )
2020-03-08 15:05:57 +08:00
Alexey Shmalko
6eb7238daf
(feature): add org-roam-backlink face ( #247 )
2020-03-08 14:54:56 +08:00
Jethro Kuan
46afa483a9
(docs): add documentation for exporting backlinks in Org file ( #244 )
...
h.t. @jdiez17
2020-03-07 23:49:43 +08:00
Jethro Kuan
f63f29ac05
(docs): Add link to slack invite ( #242 )
2020-03-07 15:05:16 +08:00
Jethro Kuan
d1a47e090e
(docs): update docs ( #229 )
2020-03-06 00:19:11 +08:00
Jethro Kuan
c77c1b7316
(docs): add more org-protocol instructions for MacOS ( #227 )
2020-03-05 12:53:57 +08:00
Jethro Kuan
55d7edd5ee
(docs): fix org-roam-protocol docs formatting ( #226 )
2020-03-05 12:07:15 +08:00
Jethro Kuan
1f02b0c5dd
(docs): update org-protocol installation for MacOS ( #225 )
2020-03-05 11:51:28 +08:00
Jethro Kuan
b7a7741bb0
(feature): use org-capture templates ( #216 )
...
Instead of implementing our own templating system, we abuse org-capture's templating system. We add 2 additional properties:
- :head: a starting template that goes at the beginning of the file.
- :file-name: a string that expands to the file name
The templates are customizable at `org-roam-capture-templates` and `org-roam-ref-capture-templates`.
2020-03-05 00:21:24 +08:00
Tyler
4c3d5b90a7
(docs): add Doom Emacs installation instructions ( #212 )
2020-03-01 23:56:05 +08:00
Jethro Kuan
150ae65564
(feature): deprecate roam-protocol, extend org-protocol instead ( #203 )
...
Add 2 custom handlers:
1. roam-file?file=path: this simply opens the file at path in Emacs.
2. roam-ref?ref=ref&template=roam-template&title=title&...: attempts to open a roam note with a given ROAM_KEY. If the note doesn't exist, create one. Else, open it.
2020-02-29 22:09:04 +08:00
Jethro Kuan
0c2aaad3df
(feature): use sqlite as backing database ( #200 )
...
All org-roam related information will now be stored in the database. Henceforth, the cache needs to be built synchronously once (via `M-x org-roam-build-cache`), which is then incrementally updated.
2020-02-29 15:56:08 +08:00
Jethro Kuan
962ef23cce
(fix): Require a minimum version of Org 9.2 for roam link styling ( #190 )
2020-02-26 16:29:20 +08:00
Jethro Kuan
5e76c67cf6
(feature): emacs-lisp handling for roam://
links ( #188 )
...
We emulate org-protocol, and advise server-find-files, stripping the
roam protocol from the filename. This reduces the setup required to
open `roam://` links.
2020-02-26 15:35:20 +08:00
Herbert Jones
b382b1f21a
(docs): add documentation for multiple org-roam directories ( #187 )
2020-02-26 15:23:29 +08:00
Jethro Kuan
f1fb9f4680
(docs): remove :after
from package install ( #186 )
...
Some of org-roam's functions (e.g. org-roam-today and
org-roam-find-file) should not need to have org loaded before use.
2020-02-26 11:00:24 +08:00
Jethro Kuan
5b96cf806f
(docs): Add documentation for #+ROAM_ALIAS attribute ( #185 )
2020-02-26 01:33:49 +08:00
leaen
5f6ff4282c
(docs): fix broken markdown src block ( #176 )
2020-02-24 17:08:29 +08:00
wrycode
a0559a2709
(docs): add note about removing title timestamps in configuration.md ( #175 )
2020-02-24 14:55:07 +08:00
wrycode
de1ac9d5cc
Fix typo in tour.md ( #172 )
2020-02-24 10:28:16 +08:00
Jethro Kuan
c54c206694
(feature) add templating functionality via org-roam-template
( #165 )
...
This allows users to customize the filename, and the content of the template.
2020-02-23 17:11:49 +08:00