benjypng / logseq-kanban-plugin

MIT License
102 stars 9 forks source link

Is it possible to be used with query? #6

Closed Healer37 closed 2 years ago

Healer37 commented 2 years ago

https://i.imgur.com/j4rAIxF.png

benjypng commented 2 years ago

Currently not yet, but let me look into it.

benjypng commented 2 years ago

Just a question. Queries typically retrieve multiple results. How would you use them on a Kanban board?

lachlancresswell commented 2 years ago

Just a question. Queries typically retrieve multiple results. How would you use them on a Kanban board?

An example would be:

- {{renderer(:kanban_dpjdipddbc)}}
    - data
        - TODOs
        - {{query((todo todo) )}}

Lists all TODO blocks across the entire database as separate cards under the TODO Column.

benjypng commented 2 years ago

Delivered in v2.6.0.