sethyuan / logseq-plugin-kanban-board

Draggable, editable Kanban view.
MIT License
59 stars 2 forks source link

fix(utils): tags split regex and empty element filter #17

Closed almereyda closed 10 months ago

almereyda commented 10 months ago

This fixes the regex for splitting the tags of a card, in so that they display as separate coloured boxes.

grafik

The additional .filter() removes empty arrays, e.g. when multiple commata or spaces occur after one another.

Bildschirmfoto vom 2023-11-15 01-55-00

Closes #16

sethyuan commented 10 months ago

LGTM