What I’m trying to do
I am trying to setup a interactive KANBAN board (with the KANBAN plugin) based on tasks (Tasks plugin) located in separate files, e.g. I have one task note where I save my general tasks and several project-related notes where I directly formulate specific tasks. I want to automatically search for tasks inside notes and add them to a KANBAN board where I can move them around as cards between boards.
Things I have tried
I am aware of the task query function from the tasks plugin. Filtering of Tasks and generating different categories of tasks is handy. However, it does not seem to be able to be combined with a KANBAN board as a task query inside a code block is not rendered inside boards of a KANBAN board (which makes sense, since moving a card between boards would need to be able to manipulate the task query somehow).
Is there a way to accomplish a KANBAN board which is built from various notes that contain tasks?
Greets,
ReelSaemon