logseq-kanban-plugin
logseq-kanban-plugin copied to clipboard
Query Tasks is not working with DND
Query tasks are functioning properly with a standard Kanban board using the following code...
- {{renderer(:kanban_67b860c1-703d-4cba-92e2-7c0cfe3fdfc2)}}
- query-tasks
- {{query((task DOING DONE TODO))}}
It is not working with DND
- {{renderer(:kanbandnd_67b860c1-703d-4cba-92e2-7c0cfe3fdfc2)}}
- query-tasks
- {{query((task DOING DONE TODO))}}
Not sure if the issue is with the code or if I'm missing something.