Hi

I've developed a small macro in javascript (called TLFilter see below) and 
I want to pass it values stored into the tiddler fields like this

\define my-actions()
<$action-setfield $field="stampId"  $value=<<TLfilter {{!!window}} 
{{!!period}} "[tag[test-2]sort[date]]">> />
\end
<$button actions=<<my-actions>>>Click me!</$button>

When I call <<my-actions>> macro the text {{!!window}} and {{!!period}} is 
passed to it and unfortunately not the content of the window and period field 
of the current tiddler ... As if the window and period variables where not 
transcluded during the TLfilter call

How to make that running ... I struggle and cannot find a solution


Thanks in advance for your help

With regards

Regards

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb2321b1-4464-4be0-8471-9d2702dfb985n%40googlegroups.com.

Reply via email to