Tags: thoka/zk
Tags
v0.15.6 Added: - Parse links to notes in frontmatter (by @tjex, 710) - Set filters for lsp completion items from the config (by @wrvsrx, 736) - Set a note's modification time in frontmatter and allow for custom key naming for both creation and modification keys (by @BennoLossin, 531) Fixed: - Indexing made significantly more performant (by @Keluaa, 735) - Support filtering by date and time with `"<date> <time>"` instead of `<date>T<time>` only (by @tjex, 743) - Exclude globs now prune matching directories from indexing, improving speed of indexing (by @ehsash, 741)
Release v0.15.5 Added - List, edit and filter for broken links with `--broken-links` (by @WhyNotHugo, 708) - Update strftime package, supporting `%g` and `%G` formats in the `{{format-date}}` helper (by @tjex, 723) - Option to append links to selected text, instead of replacing (by @tjex, 724) Fixed - Paths with `~` and env variables no longer error when passed to `--notebook-dir` and `--working-dir` (by @tjex, 732) - Guard LSP against unnecessary erroring on missing textDocument/definition capabilities (by @SAY-5, 718)
Release 0.15.3 Added: - `zk config --list <object>` (by @andrebauer, 484) Fixed: - Ignore commented links for LSP diagnostics. Use an AST to parse files, fixing other similar edge cases. (by @WhyNotHugo, 638) - Links in markdown footnotes now included in :ZkLinks (by @WhyNotHugo, 639) - Indexing notebook now 35% and 74% faster for full and incremental indexing respectively (by @WhyNotHugo, 642) - Stop crashing lsp server when server received `textDocument/completion` request with out of range parameters. (by @virusbb001, 667) - lsp: Provide completion after [[ on lines with multi-byte characters (by @virusbb001, 671) - Prevent crash in LookForward when the parameters is out of characters number. (by @virusbb001, 673)
v0.15.2 Format: `<description> (by <contributor>, <pr number>)` Added - Find notes with missing backlinks using `zk list --missing-backlink` (by @WhyNotHugo, 578) - LSP diagnostic for missing backlinks when other notes link to current note without reciprocal links (by @WhyNotHugo, 577) - Code action to add missing backlinks (by @WhyNotHugo, 581) - LSP diagnostic for self-referential links (by @WhyNotHugo, 622) Fixed - Release tarballs now output the program version (by @WhyNotHugo, 556) - Config path can be set with `$ZK_CONFIG_DIR` (by @Alb-O, 575)
PreviousNext