comparison 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
comparison
equal deleted inserted replaced
787:489b44423527 788:875c9ab79c7c
1 [notebook]
2 dir = "~/notebook"
3
4 [alias]
5 ed = "zk edit --interactive $@"
6 ls = "zk list $@"
7
8
9 [note]
10 # Template used to generate a note's filename, without extension.
11 filename = "{{id}}-{{slug title}}"
12
13 # The file extension used for the notes.
14 extension = "md"
15
16 [extra]
17 author = "zegervdv"