dotfiles/native_configs/zk/config.toml

24 lines
452 B
TOML
Raw Normal View History

2022-08-29 12:36:44 +00:00
[note] # Settings that reflect the creation of a new note
language = "en"
default-title = "Untitled"
filename = "{{format-date now 'timestamp'}}" # Loyal to my current style: 202208201345
2022-08-29 12:36:44 +00:00
extension = "md" # might switch to mdx
[extra]
author = "Hung Tran"
[format.markdown]
hashtags = true
multiword-tags = true
link-format = "wiki"
link-drop-extension = true
[tool]
editor = "nvim"
[lsp]
[lsp.diagnostics]
wiki-title = "hint"
dead-link = "error"