Tag

#markdown

8 posts

Workflows9 min read

Daily Planner Template in Markdown: Copy + Example

A copy-paste daily planner template as one markdown file: three priorities at the top, time-blocked hours in the middle, a capture section for stray thoughts, and a shutdown ritual at the bottom, plus a filled-in example showing the file after a real day.

Workflows10 min read

Markdown Kanban Board: Build One in a Single .md File

A markdown kanban board is one file where headings are columns and checkbox lines are cards: Backlog, Doing, Done, with a WIP limit noted under Doing. Cards move by cut and paste, Git history becomes your audit trail, and the board stays readable in any editor forever.

Workflows9 min read

Weekly Review Template: Copy-Paste Markdown Checklist

A weekly review template you can paste into any markdown editor, built on the GTD review sequence: inbox sweep, projects review, next actions, waiting-for, calendar look-ahead, and a shutdown step, plus timing guidance and the mistakes that make reviews slip.

Workflows10 min read

Markdown Checkbox Syntax: The Complete Reference (2026)

The complete markdown checkbox reference: exact `- [ ]` and `- [x]` syntax, the space-after-bracket and list-only rules, 2-space nesting, where checkboxes render and where they are clickable, plus a gotchas table for the mistakes that turn tasks back into raw text.