logseq-kanban-plugin icon indicating copy to clipboard operation
logseq-kanban-plugin copied to clipboard

Query Tasks is not working with DND

Open omjogani opened this issue 10 months ago • 0 comments

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))}}

Image


It is not working with DND

- {{renderer(:kanbandnd_67b860c1-703d-4cba-92e2-7c0cfe3fdfc2)}}
	- query-tasks
		- {{query((task DOING DONE TODO))}}
		

Image

Not sure if the issue is with the code or if I'm missing something.

omjogani avatar Feb 21 '25 12:02 omjogani