I’m trying to (re)implement this simple idea: IFF my tiddler’s title has been used as a tag, then have that title show up AS a tag pill (with dropdown behavior) where the title would normally be displayed. (I also like to add a number inside the tag pill to show how many tag-children are there, but that’s not part of the problem here.)
Cascade under $:/tags/ViewTemplateTitleFilter
makes this super-easy now – at least in theory.
But displaying a tag in the title area causes the dropdown to be hidden.
Try visiting this tiddler:
https://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FViewTemplate%2Ftitle%2Fdefault
and replace its contents with <<tag>>
.
Navigate to a non-system tiddler to see the problem
Screenshot shows a slight shadow across the width of dropdown area, showing that it would have appeared, but is somehow prevented:
Anyone see how the dropdown can be liberated, here?
Many thanks!