diff options
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 - |
