summaryrefslogtreecommitdiff
path: root/.zk/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.zk/config.toml')
-rw-r--r--.zk/config.toml5
1 files changed, 4 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"