summaryrefslogtreecommitdiff
path: root/.zk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.zk/config.toml1
-rw-r--r--.zk/templates/journal.md4
-rw-r--r--.zk/templates/reasoning.md18
3 files changed, 23 insertions, 0 deletions
diff --git a/.zk/config.toml b/.zk/config.toml
index 5c181ca..6f38022 100644
--- a/.zk/config.toml
+++ b/.zk/config.toml
@@ -225,6 +225,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"'
+reasoning = 'zk new --no-input --template="reasoning.md"'
journal = 'zk new --no-input journal'
diff --git a/.zk/templates/journal.md b/.zk/templates/journal.md
index 40517ed..a076b36 100644
--- a/.zk/templates/journal.md
+++ b/.zk/templates/journal.md
@@ -12,3 +12,7 @@ tags:
# {{format-date now}}
{{content}}
+
+## Fortune cookie of the day
+
+{{sh 'fortune'}}
diff --git a/.zk/templates/reasoning.md b/.zk/templates/reasoning.md
new file mode 100644
index 0000000..982e5c2
--- /dev/null
+++ b/.zk/templates/reasoning.md
@@ -0,0 +1,18 @@
+---
+id: {{id}}
+date: {{format-date now "%FT%T%z"}}
+languages: []
+aliases:
+
+reviews:
+
+tags:
+- draft
+- reasoning
+---
+# {{title}}
+
+{{content}}
+
+## Up
+-