diff options
| author | 2026-02-22 20:51:23 +0300 | |
|---|---|---|
| committer | 2026-02-22 20:51:23 +0300 | |
| commit | 191389769ec0de79c96402cc700846e32cb458ee (patch) | |
| tree | 08786c94bdc2b28cc16bd6f421bc6028df9bb968 /.zk/templates | |
| parent | snapshot: 2026-02-21 (diff) | |
| download | zk-191389769ec0de79c96402cc700846e32cb458ee.tar.gz zk-191389769ec0de79c96402cc700846e32cb458ee.tar.bz2 zk-191389769ec0de79c96402cc700846e32cb458ee.tar.lz zk-191389769ec0de79c96402cc700846e32cb458ee.tar.xz zk-191389769ec0de79c96402cc700846e32cb458ee.tar.zst zk-191389769ec0de79c96402cc700846e32cb458ee.zip | |
snapshot: 2026-02-22
Diffstat (limited to '.zk/templates')
| -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 +- |
