My Reimagine tags package adds a lot of features to the tag pill, I was thinking what if I use the recently added cascade “View Template Title” to turn the title into a tag pill if the current tiddler is itself a tag.
Optionally just look like a title but gain the tag pill dropdown.
[Edited] Updated with fix from @EricShulman and thanks it appears goes to @Springer for the original idea, I did not recall reading.
It all looks the part but the subtitle and tiddler below seem to have a higher z-index than the tag pill so its obscured, or perhaps there is another issue?
Everything is inside the H2 element. The popup is inside a SPAN which contains DIVs … so it’s prone to cause problems.
IMO it shouldn’t be there. The H2 may contain the button, that activates the popup, but imo the reveal with the popup needs to be it’s own block like structure.
There may be a problem with sticky-titles too. … So not sure.
I didn’t have a look at your code and actually don’t know how the existing tag dropdown is implemented. It may also have structural problems.