<$list filter="[[HelloThere]tags[]]">
{{!!list}}
</$list><$list filter="[[HelloThere]tags[]list[]]"/>--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Hi AlbertoThe "list" filter operator replaces the current list with the content of the list field of its operand. See:
[list[HelloThere!!mylist]]
[list{HelloThere!!mylist}]
[list[something somethingelse athirdthing]]
Should be the fixed list of the 3 elements listed.
So your example should be interpreted as a list with one element named "HelloThere!!mylist".
in an easier form like this:{{{[list[!!related]]}}
What is the problem? In the second option all the links appears together. There is no space between them. And that's the only problem. What about a new filter operand, or something else, that specifies how results should be separated?