Home

🏠 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