From dedac8e49397659f2fa7618aec4be6074e5013ed Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sun, 22 Feb 2026 20:51:23 +0300 Subject: snapshot: 2026-02-22 --- .zk/config.toml | 1 + .zk/templates/journal.md | 4 ++++ .zk/templates/reasoning.md | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 .zk/templates/reasoning.md (limited to '.zk') 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 +- -- cgit v1.2.3-70-g09d2