annotate dot_config/zk/config.toml @ 826:b2e6175efcad
feat: add hgrc grammar and highlights
author |
zegervdv <zegervdv@me.com> |
date |
Fri, 22 Dec 2023 10:27:32 +0100 |
parents |
875c9ab79c7c |
children |
|
rev |
line source |
788
|
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"
|