Below is the dashboard I use for my tasks. It contains views by project and by due date. I mostly use the due dates to organize tasks, and then look at individual project files. I have another gist that shows an example of one of my projects files.
[[000 Home]]
[[Work]]
- [[πΊ NCAT]]
- [[π€ Automation]]
- [[π NMIS API]]
- [[π¨βπ» Technical Standards]]
- [[π¦ Infrastructure]]
- [[β OSET]]
- [[π± ISO]]
[[Personal]]
- [[π» Blog]]
- [[β Fed Meetup]]
- [[β Better Computering]]
[!inbox]- Inbox
not done tags does not include #p/work tags does not include #p/personal tags does not include #routine tags does not include #subtask
[!work]- [[Work]]
table without id file.link as Project, description as Description FROM "Projects/Work" where file.frontmatter.type = "project" AND file.folder != "Bins/Templates" AND file.frontmatter.status != "Done" AND file.link != [[Work]]
[!personal]- [[Personal]]
table without id file.link as Project, description as Description FROM "Projects/Personal" where file.frontmatter.type = "project" AND file.folder != "Bins/Templates" AND file.frontmatter.status != "Done" AND file.link != [[Personal]]
[!overdue]+ Overdue
due before today not done group by function task.file.path.includes('Work') ? "> [!work] [[Work]]" : "> [!personal] [[Personal]]"