Hi! I try to finish my small macros, but it don't want to work. here is my 
experiments http://novye-podarki.ru/heeg203_vk4.html
now  my <$list filter="[is[current]tagging[]tag[$:/Note]sort[stoimost]] 
-[nazvanie[Букет]] "/>  is shown as text, but I want to see the list of 
tiddlers.
I put some part of filter parameters (-[nazvanie[Букет]]) with list of 
macros       
<$list filter="[[$:/_allvendors]fields[]sort[]]" 
variable="fieldName"><$macrocall $name="inner" 
fieldName=<<fieldName>>/></$list> 
                      

and this construction don't want to work.

here is the whole code of my macros
\define inner(fieldName)
<$set name="v" value={{$:/_allvendors!!$fieldName$}}>
<$list filter="[<v>regexp[^yes$]]" variable="x">
 -[nazvanie[$fieldName$]]
</$list>
</$set>
\end

<$list 
filter="[is[current]tagging[]tag[$:/Note]each[nazvanie]get[nazvanie]]" 
variable="nazvanie">
<$checkbox tiddler="$:/_allvendors" field= <<nazvanie>>   checked="no" 
unchecked="yes"  default="no" > ''<<nazvanie>>''  </$checkbox><br>
</$list>

<$list filter="[is[current]tagging[]tag[$:/Note]sort[stoimost]]
<$list filter="[[$:/_allvendors]fields[]sort[]]" 
variable="fieldName"><$macrocall $name="inner" fieldName=<<fieldName>>/></
$list>
 "> <span class="textboxwhite">
   {{||$:/_tile}}     </span> </$list>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/17f533f3-060c-40f7-a436-3dae6a5b7b33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to