I want to insert a tag list that functions like the one under ‘More’ - each tag is a link to all tiddlers that are tagged with it. I’ve tried 50 different variations of the link-list macro but all the tags are linked to non-existent tiddlers…
just trying to show all tags except for these two or three tags. But then I also need the tags to be links that drop down a list of tagged articles (like it does under More > Tags)
Right now I’m just doing this in a tiddler. Here is my current code
So this gets me a list of all tags. I tried adding other macro parameters to filter out some tags but so far none of them have worked. Also, this macro produces a list where each tag is a link to an empty tiddler, instead of the way More > Tags behaves.
Go to tiddlywiki.com and search for list-links or list widget to learn more.
Well you already are with [tags[]!is[system]] as you are excluding system tiddlers.
but you could do this [tags[]!is[system]] -[[thistag]] which would also exclude “thistag”
I think what you are asking for is the “Tag Pill” that on clicking a dropdown menu listing items so tagged - that is what my example <$macrocall $name=tag tag=<<currentTiddler>>/> does.