Hi All,
plugin displays tags in a flat, space-separated format, has sorting options and search integration. After clicking on tag/s, list of tags gets filtered as in my feature request from Feb 2021 (Progressive Filtering in Tag Pane when choosing a tag).
I vibe coded this using Claude 3.7 Sonnet / 4o. TypeScript files are in the repo (link below). You can side load it with BRAT or manually (just copy main.js and manifest.json into some folder in /plugins). The code is quite clean. NO ADS! (LOL!) GitHub - gala8y/flat-tag-view-obsidian-plugin: Displays tags in a flat, space-separated format with sorting options and search integration
I added hotkeys functionality somehow hastily late in the night - icons for toggles (show/hide tags used only once, show/hide alphabet letters in a-z sort) do not update when functions are accessed via hotkeys (atm there is simply no code for that).
It took me ~ 4 hrs. Play around with ctrl-clicking your tags (or shift-ctrl-clicking them) and see for yourself.
Best!