This seems to work:

\define minimalTestCase(var)
<$list filter="[tag[test]limit{$var$}]">
{{!!title}}
</$list>
\end

<$select tiddler=<<qualify "$:/state/this">> >
    <option>10</option>
    <option>20</option>
    <option>30</option>
</$select>

<$macrocall $name="minimalTestCase" var=<<qualify "$:/state/this">>/>

Have fun,
Mark


On Friday, January 6, 2017 at 4:05:45 PM UTC-8, CL wrote:
>
> Minial Test case:
>
> \define minimalTestCase(var)
> <$list filter="[tag[test]limit[$var$]]">
> {{!!title}}
> </$list>
> \end
>
> <$select tiddler=<<qualify "$:/state/this">> >
>     <option>10</option>
>     <option>20</option>
>     <option>30</option>
> </$select>
>
> <$macrocall $name="minimalTestCase" var={{???}}/>
>
> The purpose of this case is to transclude text of tiddler genereated by 
> qualify macro.
> I think I need another helper macro for the 'var' but I just can't figure 
> it out.
> I would really appreciate any help on this.
>
> Best wishes.
>
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9b14a032-c5e8-486a-a073-b99490be7e28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to