Commit Graph

69 Commits

Author SHA1 Message Date
bibor
ab1d8fd0bd
LSP: Fix double use of notebook.RelPath (#246) 2022-07-15 09:31:22 +02:00
Mickaël Menu
61b9c0f5d7
LSP: Fix finding backlink references for notes in a folder (#245) 2022-07-14 16:05:28 +02:00
Pete Kazmier
a6e522562e
Add explicit flag to read from standard input (#242) 2022-07-13 14:37:19 +02:00
Mickaël Menu
c06375ee3a
Fix updating links after creating a new note (#237) 2022-07-11 08:45:20 +02:00
Mickaël Menu
8bfafe5dab
Fix LSP link recognition with unicode (#238) 2022-07-10 20:53:06 +02:00
Mickaël Menu
53aabce1ed
Support standard input via shell redirection with zk new (#240) 2022-07-10 19:10:44 +02:00
Mickaël Menu
aaf6c42bd8
Hide index progress in non-interactive shells (#234) 2022-07-06 08:58:35 +02:00
Mickaël Menu
4b76fbadf1
Support regular expressions with --match (#222) 2022-05-28 20:03:06 +02:00
Mickaël Menu
1a05a04432
LSP: Deprecate title matching for wiki links (#218) 2022-05-22 23:08:44 +02:00
Mickaël Menu
c356b7bd00
Update existing links when adding a new note (#219) 2022-05-22 16:39:13 +02:00
Mickaël Menu
3c634fb00a
Remove dependency on libicu (#213) 2022-05-14 10:44:39 +02:00
Mickaël Menu
d8c9031f9c
Release zk 0.10.0 2022-04-26 11:43:34 +02:00
Mickaël Menu
7622d9ee19
Don't parse Markdown table headers a colon tags (#196) 2022-04-24 14:43:14 +02:00
Nelyah
94e8a0d437
Customize fzf options and key bindings (#154) 2022-04-24 14:12:20 +02:00
Mickaël Menu
525047fab9
Add support for double star globbing in note.ignore config option (#195) 2022-04-23 18:46:54 +02:00
Mickaël Menu
c237b4d57d
Fix broken wiki links in subdirectories (#193) 2022-04-23 18:01:04 +02:00
Demaro Stanberry
0bfab74eac
Fix file url parsing on Windows (#186) 2022-04-02 14:01:07 +02:00
Stephen Bolton
9e33d679e2
Add --id flag to zk new (#183) 2022-03-27 19:07:50 +02:00
codito
a0ced3c330
Fix LSP path autocompletion on Windows (#175) 2022-02-26 11:11:11 +01:00
codito
83c15cc927
Fix Windows build (#171) 2022-02-22 14:33:30 +01:00
Mickaël Menu
e037befdf1
Add support for ZK_SHELL (#166) 2022-02-04 20:09:00 +01:00
Mickaël Menu
c429517c6b
Fix incorrect timezone for natural dates (#156) 2022-01-23 14:46:02 +01:00
Mickaël Menu
7b92ca06cc
Disable additionalTextEdits for completion items by default (#160) 2022-01-23 13:43:02 +01:00
Mickaël Menu
eb095e5fc0
Add tesh test suite (#147) 2022-01-10 14:28:14 +01:00
Mickaël Menu
6ccbbe8613
LSP auto-completion of YAML frontmatter tags (#146) 2022-01-08 16:42:54 +01:00
Mickaël Menu
eddc4b5845
Fix embedded image links shown as not found (#127) 2021-12-19 15:52:15 +01:00
Mickaël Menu
f566916470
Support RFC 3339 dates with the time flags (#123) 2021-12-17 18:57:03 +01:00
Mickaël Menu
5b623074e0
Take into account --no-input with zk init (#122) 2021-12-17 18:07:56 +01:00
Mickaël Menu
e317f0d879
Fix infinite loop when parsing a single-character hashtag (#119) 2021-12-17 13:07:21 +01:00
Mickaël Menu
7d5752b04a
Remove Git LFS (#117) 2021-12-12 10:54:38 +01:00
Mickaël Menu
f3527ba60e
Don't match all notes when --link-to or --linked-by have no match (#115) 2021-12-11 18:53:07 +01:00
Mickaël Menu
9c06068cce
Add LSP commands zk.list and zk.tag.list (#114) 2021-12-11 18:25:40 +01:00
Mickaël Menu
0e88685140
Make filename take precedence over folders when matching sub-paths (#112) 2021-11-28 21:50:21 +01:00
Mickaël Menu
a7a82cf7d6
Filter through the note frontmatter with --interactive (#110) 2021-11-21 14:34:54 +01:00
Mickaël Menu
16e1904096
Add a command to produce a graph of the indexed notes (#106) 2021-11-14 09:50:13 +01:00
Mickaël Menu
3b05a0061d
Fix indexing wiki links using partial paths (#104) 2021-11-14 08:20:11 +01:00
Mickaël Menu
aea5308f66
Add a verbose mode to zk index (#103) 2021-11-13 16:56:32 +01:00
Mickaël Menu
59b8269344
Add --dry-run flag for zk new (#96) 2021-10-30 16:44:46 +02: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
Adam Reese
39467a1b7c
Allow indexing from outside the notebook directory (#90) 2021-10-19 10:57:25 +02:00
Mickaël Menu
9bd2eacf06 Fix error with fs.DirExists()
It errors out when providing a subdirectory of a file, e.g. `index.md/.zk`
2021-10-11 20:38:37 +02:00
Mickaël Menu
c4dfb4af9f
Fix indexing encoded Markdown links (#88) 2021-10-09 19:19:09 +02:00
Mickaël Menu
d74cf52d1e
List note tags (#85) 2021-10-03 18:36:59 +02:00
Mickaël Menu
977dc20bcb
Fix crash when creating a new note fails (#83) 2021-09-30 09:03:37 +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
Mickaël Menu
aed57452f7
Do not exclude notes containing broken links from the index (#80) 2021-09-13 22:41:58 +02:00
Mickaël Menu
1fc7ceafac
Fallback LSP references to the current note (#79) 2021-09-13 22:25:19 +02:00
Michał Kiełbowicz
b0e59bbefa
Support pandoc filetype (#77)
Enable compatibility with vim-pandoc-syntax
2021-09-12 13:13:28 +02:00
Peter Stuifzand
977625bb3d
Add "abs-path" to template format (#60) 2021-07-14 16:17:22 +02:00