Wohoo! I nailed the little b***!

This gives the correct result

\define contributionslist(contributor)
<$list filter="[creator{!!creator}]"/>
\end


<table>
<$list filter="[each[creator]!creator[]">
   <tr>
      <td>{{!!creator}}</td>
      <td><<contributionslist {{!!creator}} >></td>
   </tr>
</$list>
</table>

...which actually makes it possible to cut out the whole macro, thus:

<table>
<$list filter="[each[creator]!creator[]">
   <tr>
      <td>{{!!creator}}</td>
      <td><$list filter="[creator{!!creator}]"/></td>
   </tr>
</$list>
</table>


Them syntaex iz trecky thaengs.


<:-)

-- 
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/d667562e-01ef-4f3f-9c69-c5a873598ed8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to