I just made a plugin (?) to navigate easily in TiddlyWiki by selecting multiple tags at once, filtering the tag list by search entry. Give it a try at
https://bimlas.gitlab.io/#Filter%20by%20multiple%20tags%20easily%3A%20FilteredTag%20example
I have some question to improve it:
- Clicking on tag opens the list of tiddlers -> clicking in search field without closing this causing problems (try out): how should I close the tag's popup list when the user clicks outside of it?
- Should I distribute the plugin in a standalone TiddlyWiki instance ("empty edition") or keeping in my wiki is enough?
- Should I send a pull request to GitHub or what is the proper way to advertise my stuff?
- What's the proper name of this kind of plugin (it's not a Javascript plugin, but a... what?)