1
0
Fork 0

zk: centralize configuration

This commit is contained in:
Luca Bilke 2025-01-15 18:09:42 +01:00
parent 416dd4f07b
commit f35a4c5dde
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -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