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.
title-tag-pill.json (1.2 KB)
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?
The solution was the addition of the stylesheet
.tc-titlebar { overflow:visible; }
.tc-titlebar .tc-tag-list-item .tc-drop-down { font-size:initial; }
[Maintained for history]
Is there a way to change this just for the tiddlers using the tag pill title?