On Wednesday, August 12, 2015 at 10:39:01 AM UTC-7, FrD wrote:
>
> \define myMacro()
>> one two three
>> \end
>>
>> <$set name="test" filter="[explicit<myMacro>nth[2]]">
>> test with variable : <<test>>
>> </$set>
>>
>>
This should also work, without needing to define a custom filter:
\define myMacro() one two three
\define myFilter() $(myMacro)$ +[nth[2]]
<$set name="test" filter=<<myFilter>>>
test with variable : <<test>>
</$set>

enjoy,
-e

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f697c8ca-1d1b-4865-aedc-16f7e8df4d1b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to