You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zk/tests/fixtures/group-paths/.zk/config.toml

22 lines
426 B
TOML

[note]
filename = "{{slug title}}"
# Path derived from the group name.
[group.implicit.note]
filename = "implicit-{{slug title}}"
# Path derived from the group name, in a sub-directory.
[group."dir/implicit subdir".note]
filename = "implicit-subdir-{{slug title}}"
# Group with explicit paths.
[group.journal]
paths = [
"daily",
"weekly",
"journal/*"
]
[group.journal.note]
filename = "journal-{{slug title}}"