From f35a4c5ddedafb71daff6467544a34b4c1f4fe97 Mon Sep 17 00:00:00 2001 From: Luca Bilke <luca@bil.ke> Date: Wed, 15 Jan 2025 18:09:42 +0100 Subject: [PATCH] zk: centralize configuration --- common/.config/zk/config.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/common/.config/zk/config.toml b/common/.config/zk/config.toml index cb985df6..5a4d8ea4 100644 --- a/common/.config/zk/config.toml +++ b/common/.config/zk/config.toml @@ -1,5 +1,12 @@ [notebook] -dir = "~/Documents/notes" +dir = "~/Public/notes" + +[note] +language = "en" +filename = "{{id}}" +extension = "md" +template = "default.md" +id-length = 5 [tool] fzf-preview = "COLORTERM=truecolor CLICOLOR_FORCE=1 glow -w \"$FZF_PREVIEW_COLUMNS\" -s tokyo-night {-1}" @@ -13,3 +20,8 @@ note-detail = "{{metadata}}" [lsp.diagnostics] wiki-title = "hint" dead-link = "error" + +[format.markdown] +hashtags = true +colon-tags = false +multiword-tags = false