Mercurial > dotfiles
diff dot_config/zk/config.toml @ 788:875c9ab79c7c
fix: add zk config
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 06 May 2023 17:10:54 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dot_config/zk/config.toml Sat May 06 17:10:54 2023 +0200 @@ -0,0 +1,17 @@ +[notebook] +dir = "~/notebook" + +[alias] +ed = "zk edit --interactive $@" +ls = "zk list $@" + + +[note] +# Template used to generate a note's filename, without extension. +filename = "{{id}}-{{slug title}}" + +# The file extension used for the notes. +extension = "md" + +[extra] +author = "zegervdv"