diff options
Diffstat (limited to '')
| -rw-r--r-- | .zk/templates/journal.md | 4 | ||||
| -rw-r--r-- | .zk/templates/reasoning.md | 18 |
2 files changed, 22 insertions, 0 deletions
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 +- |
