Hi Philip,

you can define a macro that concatenates the text and the "+[sort[]]" to build a filter string:

|\define concatFilter(a)
$a$
\end|

You might think this is probably the most easy macro out there and you might be right :D. You can use it like this:

|<$set name="filterPrefix" value={{targetTiddler!!text}}>
<$list filter=<<concatFilter "$(filterPrefix)$+[sort[]]">>>

//List content

</$list>
</$set>|


That should do what you want.

/Andreas

Note: I find that the $()$ syntax is especially poor documented, which is to say: "Not at all"


Am 14.10.2014 22:58, schrieb Philip Coltharp:
I know I can create a list like this:

|
<$list filter={{List of datasets!!text}}/>
|

In between the two help pages:

http://tiddlywiki.com/#TextReference
http://tiddlywiki.com/#FilterOperator%3A%20sort

This doesn't work, but is there a way?

|
<$list filter="{{List of datasets!!text}}+[sort[]]"/>
|



--
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+unsubscr...@googlegroups.com <mailto:tiddlywiki+unsubscr...@googlegroups.com>. To post to this group, send email to tiddlywiki@googlegroups.com <mailto:tiddlywiki@googlegroups.com>.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to