summaryrefslogtreecommitdiff
path: root/.zk/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.zk/config.toml')
-rw-r--r--.zk/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.zk/config.toml b/.zk/config.toml
index c6d5b4a..5c181ca 100644
--- a/.zk/config.toml
+++ b/.zk/config.toml
@@ -75,6 +75,13 @@ id-length = 6
#[group."<NAME>".extra]
#key = "value"
+[group.journal]
+paths = ["journal/**"]
+
+[group.journal.note]
+filename = "{{format-date now}}"
+template = "journal.md"
+
# MARKDOWN SETTINGS
[format.markdown]
@@ -219,5 +226,7 @@ rethought = 'zk new --no-input --template="rethought.md"'
reference = 'zk new --no-input --template="reference.md"'
knowledge = 'zk new --no-input --template="knowledge.md"'
+journal = 'zk new --no-input journal'
+
# Fix commands
fix-backlinks = "zk edit --interactive --missing-backlink"