Oops, I shouldn't comment just before heading to bed. My proposed solution gives the right string but without the active links. The join operator does seem like a good place to start though…
Best, R² Le dimanche 1 août 2021 à 23:23:13 UTC+2, R² a écrit : > Hi Atro, > > Thanks for posting this. The same issue has been bugging me for a while > but I had never looked into the operators to solve it until now. Simply use > the join operator: > > <$list filter="[[foo]] [[bar]] [[tw]] +[join[ | ]]"> <$link/></$list> should > give you what you're looking for, ie. foo | bar | tw. > > Best, > R² > Le dimanche 1 août 2021 à 20:39:39 UTC+2, Atronoush a écrit : > >> Mario, >> These filters are placed inside some other *$list*, I also changed it >> for this question. I write the question here in a simpler way >> >> <$list filter="[tag[foo]] [tag[bar]] [tag[tw]]"><$link/> | </$list> >> >> The purpose is to generate >> >> Tid One | Tid Two | Tid Three >> >> the above code adds | to the end of the list and I do not want that! >> >> --Atro >> >> On Sun, Aug 1, 2021 at 10:21 PM PMario <[email protected]> wrote: >> >>> Hi, >>> >>> I don't understand the purpose. all[current] will only return 1 title. >>> The currentTiddler. So why do you use [last[]] here? >>> >>> -mario >>> >>> -- >>> 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 view this discussion on the web visit >>> https://groups.google.com/d/msgid/tiddlywiki/af4a5ac3-13e3-4f62-9a91-7fc765e20c80n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/tiddlywiki/af4a5ac3-13e3-4f62-9a91-7fc765e20c80n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/22e716ca-cd51-4634-9852-e177cd3790a5n%40googlegroups.com.

