Skip to content

v0.2.0

Choose a tag to compare

@ickc ickc released this 05 Jul 13:36
· 29 commits to main since this release

New: per-project task counting.

Every project heading now shows a run (▶) button in the gutter (via a runnables.scm query). Paired with a small read-only script (scripts/taskpaper_count.py, stdlib Python) and a one-time tasks.json entry, clicking it prints e.g. Home: 3 open, 2 done (5 tasks) in the task panel. Counts are recursive over the subtree and honor @done/@cancelled inheritance, matching the fading semantics. A second recipe summarizes all top-level projects plus a file total. See the README's "Counting tasks" section for the two-snippet setup.

Install as a dev extension: clone, then in Zed zed: extensions → Install Dev Extension.