I have seen guides on listing tiddlers with a certain tag. Also, I know how to list a tag. Is there a way to list all tags? For a certain TiddlyWiki I hope to use the same 10 or so tags and stick with those. Almost like categories. Then I want to put them in the default tiddler. This way when people visit, they see the tags that make up this public wiki right at the top.
Since I do plan on sticking with 10 or so, I could just list them out. I suppose that’s easy enough. But I thought if there’s a single line of code I could use to list them all at once, that might be better.
Finally, on a related note. Is this on the roadmap? Click a tag and all the tiddlers for that tag load. Versus the pop up listing them.
(i.e., show all tags except for “tagA” and “tagB”)
Also, if you want to ALWAYS show the list of tags at the top of the story column, without them appearing inside a tiddler frame, then instead of adding the tiddler to $:/DefaultTiddlers, you can tag it with $:/tags/AboveStory. Of course, you’d also want to exclude $:/tags/AboveStory from the list, like this:
If you like the idea of a cloud but mine isn’t your cup of tea, do a web search for "TiddlyWiki" "tag" "cloud" (or maybe something like "TiddlyWiki" "word" "cloud" etc.
I just realized that this can be even more succinct because the <<tag>> macro defaults to the currentTiddler. Thus, we can skip the <$macrocall .../> syntax and just use <<tag>>, like this: