mirror of
https://github.com/mickael-menu/zk
synced 2024-11-17 09:25:44 +00:00
23 lines
380 B
TOML
23 lines
380 B
TOML
[note]
|
|
template = "default.md"
|
|
filename = "{{slug title}}"
|
|
|
|
[group.date.note]
|
|
template = "empty.md"
|
|
filename = "{{format-date now '%d-%m'}}"
|
|
|
|
[group.date-raw.note]
|
|
template = "empty.md"
|
|
filename = "{{now}}"
|
|
|
|
[group.id.note]
|
|
template = "empty.md"
|
|
filename = "{{id}}"
|
|
|
|
[group.handlebars.note]
|
|
template = "handlebars.md"
|
|
|
|
[group.handlebars.extra]
|
|
key = "value"
|
|
visibility = "public"
|