What I’m trying to do
I have a Project Page as a note. This has all the key info about my projects such as key people, dependencies, dates etc. It also has a master tag, e.g. #project/project-a.
I have multiple projects on the go at once and hence multiple project pages. My goal is to get the project page acts as a sort of MoC that aggregates notes and tasks etc. This page is not actively edited, beyond capturing key project data as mentioned above.
I capture notes and tasks through daily journaling and tag them to a project e.g. #projects/project-a. , #projects/project-b.
I want to write queries in the project notes that aggregate across my vault.
Things I have tried
From what I’ve read this seems quite simple. A query like
```tasks
not done
tags include (this.file.tags)
short mode
But this never returns any tasks, even through the task has the same tag as the current open note.