Dashboard

Todo

TABLE type, priority
WHERE status = "todo"
SORT priority desc, file.name asc

Doing

TABLE type, priority
WHERE status = "doing"
SORT priority desc, file.name asc

On-Hold

TABLE type, priority
WHERE status = "on-hold"
SORT priority desc, file.name asc
Dashboard
Interactive graph
On this page
Todo
Doing
On-Hold