diff options
| author | 2026-02-07 12:59:37 +0300 | |
|---|---|---|
| committer | 2026-02-07 12:59:37 +0300 | |
| commit | 985db3da13c7b5e98f1f85a334f5716e603a8d73 (patch) | |
| tree | 361cff19fad61979e6ba9e91188674f3a25ea421 /.zk | |
| parent | snapshot: 2026-02-06 (diff) | |
| download | zk-985db3da13c7b5e98f1f85a334f5716e603a8d73.tar.gz zk-985db3da13c7b5e98f1f85a334f5716e603a8d73.tar.bz2 zk-985db3da13c7b5e98f1f85a334f5716e603a8d73.tar.lz zk-985db3da13c7b5e98f1f85a334f5716e603a8d73.tar.xz zk-985db3da13c7b5e98f1f85a334f5716e603a8d73.tar.zst zk-985db3da13c7b5e98f1f85a334f5716e603a8d73.zip | |
snapshot: 2026-02-07
Diffstat (limited to '')
| -rw-r--r-- | .zk/config.toml | 5 | ||||
| -rw-r--r-- | .zk/templates/directory.md | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/.zk/config.toml b/.zk/config.toml index d0c5c2b..dd3060f 100644 --- a/.zk/config.toml +++ b/.zk/config.toml @@ -134,7 +134,7 @@ dead-link = "error" # Warn when a note links to itself. #self-link = "warning" # Report missing backlinks -#missing-backlink = { level = "hint", position = "bottom" } +missing-backlink = { level = "hint", position = "bottom" } [lsp.completion] @@ -217,3 +217,6 @@ rethought = 'zk new --no-input --template="rethought.md"' reference = 'zk new --no-input --template="reference.md"' knowledge = 'zk new --no-input --template="knowledge.md"' + +# Fix commands +fix-backlinks = "zk edit --interactive --missing-backlink" diff --git a/.zk/templates/directory.md b/.zk/templates/directory.md index fe2e26c..dc0c028 100644 --- a/.zk/templates/directory.md +++ b/.zk/templates/directory.md @@ -14,5 +14,8 @@ tags: {{content}} +## Up +- + ## Down - |
