Coppermind Dashboard
Table of Contents
1. Processing Queue
1.1. Inbox Items
1.2. Reviews Due
(and (todo "TODO") (pred<(org-roam-node-prop ?n "REVIEWDUE") (org-read-date nil t "<today>")))
2. Projects
2.1. Next Actions
(and (todo "TODO") (prop "STATUS" "next"))
2.2. Active Projects
(and (todo "TODO") (prop "STATUS" "active"))
3. Resources
3.1. Recently Modified
(and (prop "TYPE" "resource") (sort-by 'mtime >))