My Pleasure Rene, Thanks for the confirming it helped.
Just please excuse my contributing to your, potential obsession with TiddlyWiki, its addictive and I am hooked. Tony :) On Thursday, June 21, 2018 at 10:19:56 PM UTC+10, Rene wrote: > > Hi TonyM: > > I'm happy to confirm to you that your solution worked *very* nicely... > > > <https://lh3.googleusercontent.com/-WFXa3K76Ba4/WyuXV1d1IRI/AAAAAAAAEKg/oJEngsA_qRoNYv_jWrpJGTr_ky_1bqn6QCLcBGAs/s1600/2018-06-21%2B20_17_00-RNY%2527s%2BWiki%2B%25E2%2580%2594%2BRene%2527s%2BTiddlywiki%2B5%2BNotebook.png> > > I love it! Thank you very very much! > > Marked Best Answer > by Question Asker > > - Rene > > > > On Wednesday, June 20, 2018 at 10:23:32 PM UTC+8, TonyM 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 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/03dddcd9-83eb-4d60-abec-982aa5735a97%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

