glutanimate / bettertags-public

Temporary repository to host bug reports and documentation for the BetterTags Anki add-on
https://www.patreon.com/glutanimate/posts?tag=BetterTags
5 stars 0 forks source link

BT version 1.0.2, "control + select" browser #7

Open dsc321123 opened 4 years ago

dsc321123 commented 4 years ago

Goal: Ability to make a filtered deck from multiple tags in browser window.

If you "shift + select" (i.e. sequential) multiple tags in a row, the browser will show "or" between each tag.

If you "control + select" (i.e. independent) multiple tags, the browser will not show "or" between each tag (no cards show up unless they are tagged with all of the selected tags).

Perhaps this could be remedied through def _customTagCanonify in tags.py?


Using "control + select": image

image

Using "shift + select": image

image

glutanimate commented 4 years ago

Sounds like a cool idea! I'll have to think about how to best go about this without interfering with the ctrl/shift multi-item selection methods, but it's definitely something I'm going to look at for the next release.

Thanks for the suggestion!