Hello!
I wonder if it’s possible to list all tasks under a specific header using Dataview. I know how to do it using Query.
For example, I want to list all tasks under the header “# Doing” and stop it before it reaches “# Done”.
# Next
[ ] I’ll do it next
# Doing
[ ] I’m doing this
# Done
[x] Done task
The query would return me only: - [ ] I’m doing this
The trick is going to be the “Doing” section, as there would have to be some key for that designation. You will need a secondary checkbox type of system via a button for example that would move the task from “Not Done” to “Doing”. The “Done” is by comparison rather easy.