What is wrong w the following and how should it be done?
The idea is a table, first col showing non-repeated creator names and
second col listing all creations (tiddler titles) for the respective
creator.
\define contributionslist(contributor)
<$list filter="[creator[$contributor$]]"/>
\end
<table>
<$list filter="[each[creator]]">
<tr>
<td>{{!!creator}}</td>
<td><<contributionslist {{!!creator}}>></td>
</tr>
</$list>
</table>
(My actual use for it is here <http://twaddle.tiddlyspot.com/#Cred> where a
few other parameters, and problems, are included)
<:-)
TWaddle.tiddlyspot
--
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/7533171b-58c7-4438-807a-28e48de8f2b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.