Many thanks TonyM! I'm not at my desk yet but will try this out soonest and get back to you :D
On Wed, 20 Jun 2018, 10:23 p.m. TonyM, <[email protected]> wrote: > Rene, > > When I first started teaching myself TW5 I also often reverted to the > list-links macro however using the list widget lets you control your output > a lot more. > > Put this \define at the top of the tiddler or in one tagged $:/tags/Macro > \define showtagsaspills(hidetagfilter) > <$set name=tagfilter value={{!!tags}}$hidetagfilter$> > <$list filter=<<tagfilter>> > > {{||$:/core/ui/TagTemplate}} > </$list> > </$set> > \end > > <<showtagsaspills>> will list all the tags in the current tiddler as pills > and you can wrap this in another <$list widget to select the tiddlers to > which it applies > > > eg > > <$list filter="[tag[mytag1]]">> > > <$link to={{!!title}} tooltip="Custom tooltip eg open > tiddler">{{!!title}}</$link> > <<showtagsaspills>> > </$list> > > This should work but code not tested this time. > It demonstrates how not only can you put more inside a list widget, but > call macros which themselves contain list widgets, or nest list widgets, > none of this can be done with list-links > > Regards > Tony > > > On Wednesday, June 20, 2018 at 6:49:59 PM UTC+10, Rene wrote: >> >> Hi! I searched this forum but couldn't really find what I was looking >> for, and could not quite ferret the info out from the official discussions >> about filter "steps", "runs" and "expressions" either. >> >> I would like the links returned by a "list-links filter" to also show the >> tags they are tagged with. Something like this (or similar)... >> >> >> <https://lh3.googleusercontent.com/-6lfp8FYmtgQ/WyoVEhx_aMI/AAAAAAAAEKQ/DWGWnOvKNPQbIdU61zMSfJb8wVzMYO3AgCLcBGAs/s1600/2018-06-20%2B16_44_34-Presentation1%2B-%2BPowerPoint.png> >> >> >> Is this even possible? I am hoping it's some syntax-fu with the >> list-links macro... >> >> Many thanks for any assistance! >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/tiddlywiki/YFEEHYyw5Yc/unsubscribe. > To unsubscribe from this group and all its topics, 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/39cd01ff-04e5-41f6-80b0-a21db7dd1ea9%40googlegroups.com > <https://groups.google.com/d/msgid/tiddlywiki/39cd01ff-04e5-41f6-80b0-a21db7dd1ea9%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAFu9ox4%3DWCN-BBiHi%3D4yVVo6aFcznqp9umQno67WOV-GqqT7FQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

