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]
|
[notebook]
|
||||||
dir = "~/Documents/notes"
|
dir = "~/Public/notes"
|
||||||
|
|
||||||
|
[note]
|
||||||
|
language = "en"
|
||||||
|
filename = "{{id}}"
|
||||||
|
extension = "md"
|
||||||
|
template = "default.md"
|
||||||
|
id-length = 5
|
||||||
|
|
||||||
[tool]
|
[tool]
|
||||||
fzf-preview = "COLORTERM=truecolor CLICOLOR_FORCE=1 glow -w \"$FZF_PREVIEW_COLUMNS\" -s tokyo-night {-1}"
|
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]
|
[lsp.diagnostics]
|
||||||
wiki-title = "hint"
|
wiki-title = "hint"
|
||||||
dead-link = "error"
|
dead-link = "error"
|
||||||
|
|
||||||
|
[format.markdown]
|
||||||
|
hashtags = true
|
||||||
|
colon-tags = false
|
||||||
|
multiword-tags = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue