zk: centralize configuration
This commit is contained in:
parent
416dd4f07b
commit
f35a4c5dde
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue