benjypng / logseq-kanban-plugin

MIT License
102 stars 9 forks source link

Work with Queries for non-tasks #33

Closed jonasdiemer closed 10 months ago

jonasdiemer commented 11 months ago

Hello,

would it be possible to use queries that yield "regular" blocks, not Tasks?

E.g.

- {{renderer(:kanban_yeedgiip)}}
    - data
        - New
            - {{query([[New]])}}
        - Active
            - {{query([[Active]])}}
        - Closed
            - {{query([[closed]])}}
benjypng commented 10 months ago

Hi, this is available in the latest version. See: https://github.com/hkgnp/logseq-kanban-plugin#normal-with-queries.