joplin / plugin-kanban

It allows notes in a notebook to be organized in a kanban board.
https://discourse.joplinapp.org/t/kanban-board-project/17469
131 stars 17 forks source link

Feature request: Excluded tag filters #29

Open Ziron opened 2 years ago

Ziron commented 2 years ago

Would it be possible to add an inverted tag selection to exclude certain tags from the list, instead of only specifying tags to show?

Like for example:

filters:
  tag: !ignoredTag 

or

filters:
  excludedTag: ignoredTag 

I think it would be very helpful!

Ziron commented 2 years ago

After looking at the source code I found the undocumented filter "excludeNoteId" which also is a great feature and solves my problem for now! But it would be nice to be able to exclude notes more generally by tag.