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 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.
I take back my comment about being intimidated by the installation instructions for the plugin. I took a look at a couple plugin folders. Now I see it ain’t so hard. I’ll give it a shot.
Hi @ericweir , apologies for not logging in here for such a long time. Did you manage to install the plugin? Were you using it? I just updated plugin with some new functions and improvements. If you find it useful, you can download new version from Github: Release 0.2.2 · gala8y/flat-tag-view-obsidian-plugin · GitHub
Hi all! For now, I think I’ve reached TEST-OPERATE-TEST-EXIT with this one. I’ve added a few more features (working with tags in Editor view - adding and removing them with modifiers + click) - see the README on GitHub.
Mind you, it is LLM generated code and I am not a programmer. Code is not perfectly commented, but looks really OK for me. It performs really well on vaults with thousands of notes and tags.
If you test the plugin, find it useful, or have any feedback, please let me know.
just a quick FYI, contrary to what i thought, i am not done here. i jumped to creating recent releases using first version, 0.1.0, from year ago, as a base. bad choice. code needs to be rewritten and is being rewritten. i’ve added folders scopes already, plus cool pop-ups on tag hover in tags’ pane. lots of changes under the hood (speed, structure). prior versions are… good proof of concept. let’s put it that way, mk?
Hi! Since no-one is interested… xD I’ve added indexes to tags for keyboard-centric navigation and changed architecture under the hood (so much speed!). Best!
Contrary to the marketing copy (“Performant on very large vaults (+10k notes, +5k tags)” in README.md), it wasn’t all that performant after all. Now it is. The list of tags is now virtualized. Much speed!
Has any single person except me tried this / is using this? xd