Hi Astrid, Perhaps that's misdocumented and not actually allowed? Or what is meant is that you can wrap the attributes / parameters using "", '', or [[]]?
Maybe this gives some interesting examples... `<<list-links filter:"HelloThere GettingStarted">>` > <<list-links filter:"HelloThere GettingStarted">> `<<list-links filter:'HelloThere GettingStarted'>>` ><<list-links filter:'HelloThere GettingStarted'>> `<<list-links filter:[[HelloThere GettingStarted]]>>` > <<list-links filter:[[HelloThere GettingStarted]]>> `<$list filter="HelloThere GettingStarted"/>` > <$list filter="HelloThere GettingStarted"/> `<$list filter='HelloThere GettingStarted'/>` > <$list filter='HelloThere GettingStarted'/> `<$list filter="[[HelloThere]][[GettingStarted]]"/>` > <$list filter="[[HelloThere]][[GettingStarted]]"/> `<$list filter=[[HelloThere GettingStarted]]/>` > <$list filter=[[HelloThere GettingStarted]]/> `<$list filter="'HelloThere' 'GettingStarted'"/>` > <$list filter="'HelloThere' 'GettingStarted'"/> `<<list-links filter:[['HelloThere' 'GettingStarted']]>>` > <<list-links filter:[['HelloThere' 'GettingStarted']]>> Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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 http://groups.google.com/group/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
