Commit Graph

37 Commits

Author SHA1 Message Date
Mickaël Menu
a7a82cf7d6
Filter through the note frontmatter with --interactive (#110) 2021-11-21 14:34:54 +01:00
Mickaël Menu
439c1b1a69
Customize LSP completion items (#92) 2021-10-23 21:26:23 +02:00
Mickaël Menu
b1c69b4765
Add filename and filename-stem template variables (#91) 2021-10-23 19:24:46 +02:00
Mickaël Menu
d74cf52d1e
List note tags (#85) 2021-10-03 18:36:59 +02:00
Mickaël Menu
dc27a7dd7c
Improve Markdown and wiki links matching and generation (#71)
Fallback wiki link resolution by matching on title or path
Add new template variables when generating Markdown links
Add a {{substring}} template helper
2021-09-25 19:28:29 +02:00
Peter Stuifzand
977625bb3d
Add "abs-path" to template format (#60) 2021-07-14 16:17:22 +02:00
Mickaël Menu
8ae67868b6
Add a new configuration option to ignore files when indexing notes (#59) 2021-07-10 12:21:21 +02:00
Mickaël Menu
729dbe9760
Add JSON and JSON lines list formats (#52) 2021-06-20 21:08:18 +02:00
Mickaël Menu
aa68199df8
Publish LSP diagnostics for dead links and wiki-link titles (#42) 2021-05-16 22:11:31 +02:00
Mickaël Menu
b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 2021-05-11 21:53:19 +02:00
Mickaël Menu
83b14ca827
Customize the format of fzf's lines with your own template (#36) 2021-04-25 12:40:53 +02:00
Mickaël Menu
f3ebdb4813
Support for VS Code and minor LSP fixes (#34) 2021-04-24 14:11:09 +02:00
Mickaël Menu
2bb4cbdff4
Generate internal links to notes (#32) 2021-04-18 16:37:54 +02:00
Mickaël Menu
083c0dae73
Add --exact-match option (#30) 2021-04-17 13:06:23 +02:00
Mickaël Menu
3889fff457
Release zk 0.3.0 2021-03-24 21:14:12 +01:00
Mickaël Menu
fa66e78068
Add named filters (#17) 2021-03-24 21:06:32 +01:00
Mickaël Menu
52434f8618
Add the --mentioned-by filtering option (#15)
Find every note whose title is mentioned in the note you are working on with `--mentioned-by file.md`
2021-03-20 19:17:46 +01:00
Mickaël Menu
e653c71356
Specify the notebook directory explicitly (#14) 2021-03-18 19:47:49 +01:00
Mickaël Menu
be8b2d6289
Fix --version output 2021-03-18 19:39:06 +01:00
Mickaël Menu
b82f1f547c
Add a global configuration file (#12) 2021-03-17 18:04:27 +01:00
Mickaël Menu
01b85c55e8
Fix looking for mentions of a note with a title containing double quotes 2021-03-14 17:20:01 +01:00
Mickaël Menu
29a01c793a
Update README 2021-03-14 15:11:59 +01:00
Mickaël Menu
314024eae0
Add the --mention filtering option (#8) 2021-03-13 15:31:05 +01:00
Mickaël Menu
87b5201583
Explain how to use the tags in the documentation 2021-03-12 20:16:55 +01:00
Mickaël Menu
36365c68fb
Expose environment variables to note templates with the new {{env}} variable 2021-03-11 21:18:29 +01:00
Mickaël Menu
9fda155a99
Add a [format.markdown] config section to customize tags syntax 2021-03-11 20:59:53 +01:00
Mickaël Menu
f5b3102deb
Save additional metadata in the database (#7)
* YAML frontmatter as a JSON object in `notes.metadata`
    * Print metadata from the YAML frontmatter in `list` output using `{{metadata.<key>}}`, e.g. `{{metadata.description}}`. Keys are normalized to lower case.
* Start and end offsets for link snippets.
    * This could be useful to expand backlinks contexts.
2021-03-08 21:38:32 +01:00
Mickaël Menu
f1391b5a63
Rename --linking-to filtering option to --link-to 2021-03-07 17:14:07 +01:00
Mickaël Menu
08cc4a3c3f
Filter notes by tags (#6)
Filter notes by their tags using `--tag "history, europe"`. To match notes associated with either tags, use a pipe `|` or `OR` (all caps), e.g. `--tag "inbox OR todo"`.
2021-03-07 17:00:09 +01:00
Mickaël Menu
7dc3120d3a
Separate multiple --extra variables with , instead of ; 2021-03-06 21:16:28 +01:00
Mickaël Menu
4bf660f934
Parse tags in Markdown documents (#5)
Many tag flavors are supported: `#hashtags`, `:colon:separated:tags:` and even Bear's [`#multi-word tags#`](https://blog.bear.app/2017/11/bear-tips-how-to-create-multi-word-tags/). If you prefer to use a YAML frontmatter, list your tags with the keys `tags` or `keywords`.
2021-03-06 19:38:52 +01:00
Mickaël Menu
a4b961c36a
Add screencasts in the Getting Started page 2021-03-05 21:56:15 +01:00
Mickaël Menu
838f316694
Add a screencast to the README 2021-02-28 21:00:23 +01:00
Mickaël Menu
ac545f550a
Guard against infinite loops with recursive links traversal 2021-02-27 18:15:42 +01:00
Mickaël Menu
81f3aaa6fa
Add a default template 2021-02-27 14:24:40 +01:00
Mickaël Menu
7c1bd8b318
Improve README 2021-02-27 12:56:45 +01:00
Mickaël Menu
6ce25e0ed6
Add doc pages 2021-02-26 23:20:03 +01:00