Tasks question for the group: Is it possible to filter tasks by a tag OR a heading?
What I’m trying to do
In my daily note I have a section called “Tasks Inbox”. That is where I enter all random tasks as they come to my mind. If I know where a task needs to go, I’ll give it a tag at that time. If I leave it without a tag, I have a tasks query setup as an “Inbox” where it shows all tasks without tags so I can put them where they need to go when I have time.
I also take meeting notes with my daily note and use a tag as a heading for these notes. Currently, if I input a task during a meeting, I have to add a tag to the task for it to be properly categorized. Since my meeting heading uses the same tags schema as my tasks, I would like to be able to just enter tasks during a meeting without having to add a tag to each individual task.
In summary, if I’m entering a task using the “Task Inbox” I can give it a tag at that time, say #project. If I am taking meetings notes for #project (using #project as a heading), I would like to enter tasks under that heading without having to add a tag to each task. I would then like to be able to see all tasks with either the individual tag #project OR that are in a list with the heading #project in the same place.
Things I have tried
I current have a master Tasks document setup where I use this query to display all tasks by their tag:
tasks
has tags
group by tags
not done
I’ve tried tweaking this code a few different ways to grab either the tag OR the heading but I can’t get it to put them all together in one group.
Thanks in advance!