Commit graph

81 commits

Author SHA1 Message Date
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
Jethro Kuan
d68d1f8ebb
(feat): add org-roam-doctor (#570)
`org-roam-doctor` provides a diagnostic tool for checking an Org-roam
file for things that are broken. Currently implemented is a check for
broken links, and methods to fix them. The checker is designed to be
extensible.
2020-05-10 13:57:18 +08:00
Jethro Kuan
1912beebc3
(docs): mention where to modify org-roam templates (#575)
Addresses #573
2020-05-07 16:33:42 +08:00
Leo Vivier
689f559080
(doc): Add a gif for ORB (#571) 2020-05-06 18:59:09 +08:00
Jethro Kuan
7df50c14ec
(internal): make lint errors fail CI, and disable spellcheck during linting (#561)
- make lint errors fail CI
- disable indentation linting
- disable package linting for org-roam-macs.el
- disable spellcheck for checkdoc
- fixes compilation errors
2020-05-04 15:17:39 +08:00
Jethro Kuan
4cad2cf6e6
(internal): use Make and Org to build manual (#546) 2020-05-03 18:06:27 +08:00
Leo Vivier
5b773b687b
(doc): add key-binding for index in default configs (#543)
* (doc): add key-binding for index in default configs

* (fix): rename org-roam-find-index to -jump-to-index
2020-05-01 09:07:37 +02:00
Leo Vivier
e05ee1240d
(feat) cond display relative subdir in title for selection (#427)
* (feat) cond display relative subdir in title for selection

A title can now be constructed as ‘subdir/file-title’ where ‘subdir’ is the
sub-directory relative from ‘org-roam-directory’.

When ‘org-roam-title-include-subdirs’ is non-nil, ‘org-roam--extract-titles’
now outputs titles in this format.

* (fix) improve docstrings

* (feat) add var for modifying subdir-separator

* (fix) nitpick docstring

* (doc) document subdir creation in templates with :file-name

* (feat) make subdir-format accept a function

* (fix) respect docstring one-line-description

* (fix) address checkdoc errors

* (fix) also add subdirs when db--update-titles

* (feat) improve modularisation

`org-roam--extract-titles' is now reverted to its default definition, i.e. it
doesn’t format the titles.  In its stead,
`org-roam--extract-and-format-titles' is created to both extract the titles
and process all of them with `org-roam--format-title', which is a much better
way to do this.

* Refactor with ->>

* Refactor with let*

Pretty sure I got confused because I thought I needed to use the result of the
db-queryr.

* Remove useless ->>
2020-04-30 13:13:19 +02:00
Leo Vivier
d0819aeffb
(feat) implement org-roam-find-index (#513) 2020-04-29 12:08:42 +08:00
Michael Glaesemann
8bb2465e61
(docs): update reference to Roam Protocol documentation (#519)
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
2020-04-26 17:29:21 +08:00
Rafael Accácio Nogueira
c3a5544da9
(docs): add docs for qutebrowser keybindings (#512) 2020-04-26 17:23:11 +08:00
Leo Vivier
8a99febd0b
(fix): lowercase username in url to org-roam-bibtex (#505) 2020-04-22 14:28:30 +08:00
Josh English
b5786edb30
(docs): Fix org-roam-protocol JS Bookmarklet (#508) 2020-04-22 13:57:12 +08:00
Jethro Kuan
dce8c47d6e
(docs): mention org-roam-bibtex (#503) 2020-04-21 20:55:12 +08:00
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