What I’m trying to do
I want to create a dashboard note that lists all the Kanban cards in the “doing” state in one note.
I have the Kanban plug-in and the Dataview plug-in installed.
So somehow the query needs to target all of my Kanban boards, and then fetch all todo’s under the “doing” heading.
Things I have tried
I just learned how to use basic Dataview queries, e.g.:
list
from #inprogress
Fetching cards that are in the “doing” status from Kanban boards is a bit above my technical skills right now, so any help would be appreciated.