Hi Alberto The "list" filter operator replaces the current list with the content of the list field of its operand. See:
http://tiddlywiki.com/#FilterOperator%3A%20list If the tiddler title is omitted from the operand then it defaults to the current tiddler. Stephan has also pointed out that the semantics of the `list` operator are unexpected and not very useful. At this point I'd rather add improved filter operators and then deprecate 'list', rather than changing the existing implementation. Best wishes Jeremy On Sat, Jun 14, 2014 at 11:25 PM, Alberto Molina <[email protected]> wrote: > Hi, > > If I write the following in a new tiddler on tiddlywiki.com > > <$list filter="[[HelloThere]tags[]]"> > {{!!list}} > </$list> > > I get, as expected, the contents of the list field of the tiddlers which > are used as tags of [[HelloThere]]. In this case, its the contents of the > list field of the tiddler [[introduction]]. > > But if I write: > > <$list filter="[[HelloThere]tags[]list[]]"/> > > I do not get the same results. The above code shows the contents of the > list field of [[HelloThere]] instead of [[introduction]]. Why? > > Am I wrong expecting the same results or is there something wrong in the > code? > > Alberto > > > -- > 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 http://groups.google.com/group/tiddlywiki. > For more options, visit https://groups.google.com/d/optout. > -- Jeremy Ruston mailto:[email protected] -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

