I was typing some wikitext and hit a situation where it felt as if there exists a direct solution in TW… but it doesn’t. I wanted to create a link that, when clicked, opens a filtered list of titles. Phrased in another way; it would be a filter with a label, that is clickable to access the filter output.
This pseudo code should give the idea (even if the syntax doesn’t exist):
[[pretty label||my filter]]
Yes, it is ambiguous what I mean with “to open” the list. Maybe some kind of temporary tiddler is opened listing the titles? Or maybe the actual filtered tiddlers are opened? Maybe a setting to specify which of those two outcomes?
Regardless, it should be doable with a macro but as I was typing it just felt as if it was obvious that I could type a filter straight away with a pretty label.
I don’t think filtered transclusion could do it because the template it repeated for each output item, i.e
{{{ [tag[HelloThere]] ||mytemplate}}}
…
…yeah, just sharing some thoughts…
<:-)