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/880f5e30-556e-4394-94b3-46065dbd5d78n%40googlegroups.com.

