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