π Home
π₯ Inbox
const f = dv.page('"00-Inbox/Inbox"');
const txt = await dv.io.load('00-Inbox/Inbox.md');
const n = (txt.match(/^- \[ \]/gm) || []).length;
dv.paragraph(`**${n}** unprocessed item(s) β run \`/process-inbox\``);
π₯ Active projects
TABLE status, due, modified
FROM "10-Projects"
WHERE status = "active"
SORT due ASC
β³ Due / overdue tasks
not done
due before tomorrow
sort by due
limit 10
π± Recent zettels
LIST
FROM "50-Zettel"
SORT file.mtime DESC
LIMIT 8
πΊοΈ MOCs
LIST
FROM "60-MOCs"
SORT file.name ASC