The idea is to basically allow myself to brainstorm and create action items along the way, and then have them all collect on one part of the page so I can easily reference them and figure out what to focus on moving forward. Both current codes are okayish but they are still pulling tick boxes from parts of the page that I don’t want included.
So just to follow-up I ended up eventually finding parts of the answer online and getting something to work. I now have codes that work for both options:
Also, I realized the moment that I started adding sub-headers underneath headers, that the code stopped to retrieving data. So I asked my friend ChatGPT and now we have these solutions that target multiple headers and sub-headers:
TASK
WHERE file = this.file
WHERE (
meta(header).subpath = "Brain Dump"
OR meta(header).subpath = "6 Priorities"
OR meta(header).subpath = "Life"
OR meta(header).subpath = "Family"
OR meta(header).subpath = "Work"
OR meta(header).subpath = "Health"
) AND !completed