Hi Richard To linkify the tiddler titles, add a $link widget like so:
<ul><$list filter="[tag[mytag]]"> <li> <$link><<currentTiddler>></$link><$list filter="[is[current]list[!!tags]]" variable="tag"> -- <<tag>></$list> </li> </$list></ul> Displaying only some of the tags is tricky; this was one of my reasons for abandoning tags in favour of fields for the demo here <http://listops.tiddlyspot.com/>. Whilst the tags may be cycled in the same field (or the 'tags' field) -- to display only the current tag as the button label is much simpler using separate fields for each cycled item. Another advantage of separate field for recording the status; that macros and buttons can customise their actions according to the value of these fields. regards On Sunday, 17 January 2016 09:37:26 UTC+2, Richard Evans wrote: > > Thank you Matabele, > > Your suggestion gives me: > > > - UseCase1 – Use Case – 1st Pass > - UseCase2 – Use Case – 1st Pass > - UseCase3 – Use Case > - UseCase4 – Use Case > - UseCase5 – Use Case – FIXME > > Again no links and all the tags are displayed, not just the ones I am > interested in, this is essentially the same result as Jed's suggestion. > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/340be22b-46d1-4116-86ad-936706be39a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

