Commit Graph

50 Commits (1745097256926956c05b75d2eab97adbdc5fb0b6)

Author SHA1 Message Date
Mickaël Menu 1745097256
Fix error when pairing `--link-to` and `--linked-by` (#255) 2 years ago
bibor ab1d8fd0bd
LSP: Fix double use of `notebook.RelPath` (#246) 2 years ago
Mickaël Menu 61b9c0f5d7
LSP: Fix finding backlink references for notes in a folder (#245) 2 years ago
Mickaël Menu c06375ee3a
Fix updating links after creating a new note (#237) 2 years ago
Mickaël Menu 8bfafe5dab
Fix LSP link recognition with unicode (#238) 2 years ago
Mickaël Menu 4b76fbadf1
Support regular expressions with `--match` (#222) 2 years ago
Mickaël Menu 1a05a04432
LSP: Deprecate title matching for wiki links (#218) 2 years ago
Mickaël Menu c356b7bd00
Update existing links when adding a new note (#219) 2 years ago
Mickaël Menu 3c634fb00a
Remove dependency on `libicu` (#213) 2 years ago
Mickaël Menu d8c9031f9c
Release zk 0.10.0 2 years ago
Mickaël Menu 7622d9ee19
Don't parse Markdown table headers a colon tags (#196) 2 years ago
Nelyah 94e8a0d437
Customize `fzf` options and key bindings (#154) 2 years ago
Demaro Stanberry 0bfab74eac
Fix file url parsing on Windows (#186) 2 years ago
codito a0ced3c330
Fix LSP path autocompletion on Windows (#175) 2 years ago
Mickaël Menu 7b92ca06cc
Disable `additionalTextEdits` for completion items by default (#160) 2 years ago
Mickaël Menu eb095e5fc0
Add `tesh` test suite (#147) 2 years ago
Mickaël Menu 6ccbbe8613
LSP auto-completion of YAML frontmatter tags (#146) 2 years ago
Mickaël Menu eddc4b5845
Fix embedded image links shown as not found (#127) 2 years ago
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) 3 years ago
Mickaël Menu f3527ba60e
Don't match all notes when `--link-to` or `--linked-by` have no match (#115) 3 years ago
Mickaël Menu 9c06068cce
Add LSP commands `zk.list` and `zk.tag.list` (#114) 3 years ago
Mickaël Menu 0e88685140
Make filename take precedence over folders when matching sub-paths (#112) 3 years ago
Mickaël Menu a7a82cf7d6
Filter through the note frontmatter with `--interactive` (#110) 3 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 439c1b1a69
Customize LSP completion items (#92) 3 years ago
Mickaël Menu b1c69b4765
Add filename and filename-stem template variables (#91) 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 c4dfb4af9f
Fix indexing encoded Markdown links (#88) 3 years ago
Mickaël Menu d74cf52d1e
List note tags (#85) 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 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
Peter Stuifzand a72a2a5f74
LSP references to browse the backlinks of the link under the caret (#58) 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 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 f3ebdb4813
Support for VS Code and minor LSP fixes (#34) 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
Mickaël Menu 50855154e2
Architecture (#27)
* Move everything under the internal package.
* Better separation between core and adapter packages, for easier unit testing.
* Simplify data models.
* Support multiple opened notebooks during runtime (useful for the LSP server).
* Proper surface API which might be exposed later as a public Go package.
3 years ago