Commit Graph

326 Commits (main)
 

Author SHA1 Message Date
Mickaël Menu e317f0d879
Fix infinite loop when parsing a single-character hashtag (#119) 2 years ago
Mickaël Menu 7d5752b04a
Remove Git LFS (#117) 2 years ago
Mickaël Menu f3527ba60e
Don't match all notes when `--link-to` or `--linked-by` have no match (#115) 2 years ago
Mickaël Menu 9c06068cce
Add LSP commands `zk.list` and `zk.tag.list` (#114) 2 years ago
Mickaël Menu 0e88685140
Make filename take precedence over folders when matching sub-paths (#112) 2 years ago
Mickaël Menu 9ae8e5b041 Release zk 0.8.0 2 years ago
Mickaël Menu a7a82cf7d6
Filter through the note frontmatter with `--interactive` (#110) 2 years ago
Mickaël Menu 16e1904096
Add a command to produce a graph of the indexed notes (#106) 3 years ago
Mickaël Menu 3b05a0061d
Fix indexing wiki links using partial paths (#104) 3 years ago
Mickaël Menu aea5308f66
Add a verbose mode to `zk index` (#103) 3 years ago
Mickaël Menu 59b8269344
Add `--dry-run` flag for `zk new` (#96) 3 years ago
Mickaël Menu 439c1b1a69
Customize LSP completion items (#92) 3 years ago
Mickaël Menu b1c69b4765
Add filename and filename-stem template variables (#91) 3 years ago
Adam Reese 39467a1b7c
Allow indexing from outside the notebook directory (#90) 3 years ago
Mickaël Menu 9bd2eacf06 Fix error with fs.DirExists()
It errors out when providing a subdirectory of a file, e.g. `index.md/.zk`
3 years ago
Mickaël Menu cfb337c967
Release zk 0.7.0 3 years ago
Mickaël Menu c4dfb4af9f
Fix indexing encoded Markdown links (#88) 3 years ago
Mickaël Menu d74cf52d1e
List note tags (#85) 3 years ago
Mickaël Menu 977dc20bcb
Fix crash when creating a new note fails (#83) 3 years ago
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
3 years ago
Mickaël Menu aed57452f7
Do not exclude notes containing broken links from the index (#80) 3 years ago
Mickaël Menu 1fc7ceafac
Fallback LSP references to the current note (#79) 3 years ago
Michał Kiełbowicz b0e59bbefa
Support pandoc filetype (#77)
Enable compatibility with vim-pandoc-syntax
3 years ago
Mickaël Menu 5abbab4c73
Upgrade dependencies (#73) 3 years ago
Mickaël Menu 8c7ec93ca5
Allow setting the --working-dir and --notebook-dir flags before the subcommand when using aliases (#67) 3 years ago
Peter Stuifzand 977625bb3d
Add "abs-path" to template format (#60) 3 years ago
Mickaël Menu dba28a6436
Set \n the default value for the --footer flag 3 years ago
Mickaël Menu d8e3aa86f6
Release zk 0.6.0 3 years ago
Mickaël Menu 8ae67868b6
Add a new configuration option to ignore files when indexing notes (#59) 3 years ago
Peter Stuifzand a72a2a5f74
LSP references to browse the backlinks of the link under the caret (#58) 3 years ago
Alys 7642cf91a8
Remove outdated instructions from README (#57) 3 years ago
Mickaël Menu 970be5bb71
Replace the ./go build script with a Makefile (#55) 3 years ago
Mickaël Menu 5b877dd953
Fix unicode support in wiki links (#49) 3 years ago
Mickaël Menu 729dbe9760
Add JSON and JSON lines list formats (#52) 3 years ago
Mickaël Menu 274234e608
Fix links with section anchors (#51) 3 years ago
Mickaël Menu 45f4d85169
Add a GitHub build action (#50) 3 years ago
Mickaël Menu ac80a3cca1
Release zk 0.5.0 3 years ago
Mickaël Menu 6771eb0e43
Auto-complete only the path of a Markdown link by typing: [custom title](( (#43) 3 years ago
Mickaël Menu aa68199df8
Publish LSP diagnostics for dead links and wiki-link titles (#42) 3 years ago
Mickaël Menu e8cb1d8046
Fix completion with Neovim's built-in LSP client (#41) 3 years ago
Mickaël Menu b17b42a06f
Add LSP custom commands and code actions to create new notes (#40) 3 years ago
Cormac Relf 3664734bda
Fix parsing LSP URIs containing spaces (#38) 3 years ago
Mickaël Menu 83b14ca827
Customize the format of fzf's lines with your own template (#36) 3 years ago
Mickaël Menu fa8226b263
Release zk 0.4.0 3 years ago
Mickaël Menu 980244d2c3
Add an interactive wizard for `zk init` (#35) 3 years ago
Mickaël Menu f3ebdb4813
Support for VS Code and minor LSP fixes (#34) 3 years ago
Mickaël Menu b82b217078
Print out the filepath of malformed notes 3 years ago
Mickaël Menu 2bb4cbdff4
Generate internal links to notes (#32) 3 years ago
Mickaël Menu 083c0dae73
Add --exact-match option (#30) 3 years ago
Mickaël Menu 6ba92a03b7
Add --working-dir option (#29) 3 years ago