Commit Graph

336 Commits

Author SHA1 Message Date
Mickaël Menu
da6e842406
Run tesh with the GitHub checks (#148) 2022-01-10 17:04:17 +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
04a157f3be
Clarify the Homebrew instructions (#145) 2022-01-05 18:44:32 +01:00
Karim Abou Zeid
63dee0ce3f
Add install instructions for Arch Linux. (#140) 2022-01-04 09:43:32 +01:00
Mickaël Menu
8fe0671b1d
Mention Homebrew tap and zk-nvim plugin
cc @mhanberg
2021-12-19 21:00: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
f8ef8cc093 Release zk 0.9.0 2021-12-19 12:16:44 +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
9ae8e5b041 Release zk 0.8.0 2021-11-21 14:36:25 +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
cfb337c967
Release zk 0.7.0 2021-10-09 20:11:55 +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
Mickaël Menu
5abbab4c73
Upgrade dependencies (#73) 2021-08-18 19:51:43 +02:00
Mickaël Menu
8c7ec93ca5
Allow setting the --working-dir and --notebook-dir flags before the subcommand when using aliases (#67) 2021-08-07 18:56:26 +02:00
Peter Stuifzand
977625bb3d
Add "abs-path" to template format (#60) 2021-07-14 16:17:22 +02:00
Mickaël Menu
dba28a6436
Set \n the default value for the --footer flag 2021-07-10 13:06:14 +02:00
Mickaël Menu
d8e3aa86f6
Release zk 0.6.0 2021-07-10 12:22:16 +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
Peter Stuifzand
a72a2a5f74
LSP references to browse the backlinks of the link under the caret (#58) 2021-07-10 10:50:35 +02:00
Alys
7642cf91a8
Remove outdated instructions from README (#57) 2021-06-29 20:05:06 +02:00
Mickaël Menu
970be5bb71
Replace the ./go build script with a Makefile (#55) 2021-06-26 20:19:21 +02:00
Mickaël Menu
5b877dd953
Fix unicode support in wiki links (#49) 2021-06-23 21:57:16 +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
274234e608
Fix links with section anchors (#51) 2021-06-19 16:23:22 +02:00
Mickaël Menu
45f4d85169
Add a GitHub build action (#50) 2021-06-19 15:52:11 +02:00
Mickaël Menu
ac80a3cca1
Release zk 0.5.0 2021-05-23 16:49:32 +02:00
Mickaël Menu
6771eb0e43
Auto-complete only the path of a Markdown link by typing: [custom title](( (#43) 2021-05-23 15:26:04 +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
e8cb1d8046
Fix completion with Neovim's built-in LSP client (#41) 2021-05-13 22:05:42 +02:00