From 4a6e5472911e826f29161f3cf5026e123ae33011 Mon Sep 17 00:00:00 2001 From: Edwin van den Houdt Date: Mon, 4 May 2026 09:55:03 +0200 Subject: [PATCH] move note templates to ~/notes/templates --- notes/daily-template.md | 27 --------------------------- notes/decisions.md | 17 ----------------- notes/inbox.md | 8 -------- notes/weekly-template.md | 30 ------------------------------ 4 files changed, 82 deletions(-) delete mode 100644 notes/daily-template.md delete mode 100644 notes/decisions.md delete mode 100644 notes/inbox.md delete mode 100644 notes/weekly-template.md diff --git a/notes/daily-template.md b/notes/daily-template.md deleted file mode 100644 index f0c66b3..0000000 --- a/notes/daily-template.md +++ /dev/null @@ -1,27 +0,0 @@ -# YYYY-MM-DD — Daily - -## Today's focus - -Three things that would make today a success: - -1. -2. -3. - -## Tasks - -Pulled from inbox. Only commit to what is realistic today. - -- [ ] - -## Log - -Running notes during the day. Decisions, context, things that came up. - ---- - -## End of day - -What got done, what didn't, anything to carry forward. - -Undone tasks: move back to inbox or forward to tomorrow explicitly. diff --git a/notes/decisions.md b/notes/decisions.md deleted file mode 100644 index cd8c2ad..0000000 --- a/notes/decisions.md +++ /dev/null @@ -1,17 +0,0 @@ -# Decisions - -Append-only. Never edit past entries. -Add new decisions at the bottom with a date and context. - -Format: -## YYYY-MM-DD — Short title -**Decision:** What was decided. -**Why:** The reason or constraint behind it. -**Who:** Who made or owns this decision. - ---- - -## YYYY-MM-DD — Example entry -**Decision:** Use SSH keys for git commit signing instead of GPG. -**Why:** Avoids GPG keychain complexity, same key used for auth and signing. -**Who:** Edwin diff --git a/notes/inbox.md b/notes/inbox.md deleted file mode 100644 index 782649e..0000000 --- a/notes/inbox.md +++ /dev/null @@ -1,8 +0,0 @@ -# Inbox - -Everything lands here. Do not organise while capturing. -Process during your daily or weekly review. - ---- - -- [ ] diff --git a/notes/weekly-template.md b/notes/weekly-template.md deleted file mode 100644 index 195b085..0000000 --- a/notes/weekly-template.md +++ /dev/null @@ -1,30 +0,0 @@ -# YYYY-WNN — Weekly - -## Review last week - -Open last week's note. For each undone task, decide: -- [ ] Still relevant → move to inbox -- [ ] No longer relevant → mark with ~~strikethrough~~ and a note why - -What went well: - -What got in the way: - -## This week's focus - -Three things that would make this week a success: - -1. -2. -3. - -## Tasks - -Pulled from inbox after review. Not everything — only what fits a week. - -- [ ] - -## Notes - -Context, blockers, decisions made this week. -For decisions that should be permanent, copy to decisions.md.