dashboard
Projects Dashboard
Use this page in Obsidian with Dataview enabled.
All project pages
TABLE status, area, last_updated
FROM "wiki/projects"
SORT last_updated desc
Recent ops pages
TABLE type, status, last_updated
FROM "wiki/ops"
SORT last_updated desc
LIMIT 10
Recently updated notes
TABLE type, status, last_updated
FROM "wiki"
WHERE last_updated
SORT last_updated desc
LIMIT 20