While using “off-the-shelf” TiddlyWiki, one has to click on the tag pill, and look at the drop-down, in order to see whether the tag’s governing tiddler appears in italics or not.
I realize that some TiddlyWiki users don’t tend to put actual content into the tiddlers that serve as tags. Perhaps those folks would not care about this behavior, but would anyone specifically prefer not to incorporate this info? (Even if you don’t usually interact directly with these tag-governing tiddlers, the italics could confirm at a glance that there’s no info there, including in its list field.)
What do you think, @TW_Tones? This strikes me as a natural mini-feature of reimagine-tags (or is it reimagin-tags?)…
This is really nice, I like how well it pairs with the tag counts as well, but is it possible to make this using filter syntax so it can be used on older tiddlywiki?
Here’s a way to code this that doesn’t use $wikify or extra macros that contain mostly identical code (and are also globally-defined since $:/core/macros/tag is itself tagged with $:/tags/Macro):
As do I very regularly, and the italized text is a wonderful way to tell what I have linked to a topic a lot but haven’t yet visited. (in combination with the tag-count plugin, I should add.)
I knew the hack could be done without the conditional shortcut syntax, but did not see how an approach without that syntax could also be much more elegant and efficient.
@Springer I have added this feature to my latest version of reimagine-tags but I had to do it a little differently because I allow a label as well, in this case if the tag does not exist the label if in use will also be italic.