Anybody?
What I find particularly confusing is that the defined macro seems to work
in parts but not as a whole:
For instance, if I hard code a name into the filter like so:
\define contributionslist(contributor)
<$list filter="[creator[Foobar]]"/>
\end
...it works; I get the table from the main function and a listing of
Foobar's contribution for each.
AND this;
\define contributionslist(contributor)
name:$contributor$!
<$list filter="[creator[$contributor$]]"/>
\end
also works, i.e shows name:Foobar!
...so why doesn't $contributor$ work in the contributorslist list filter?
My TW does contain tiddlers with filled creator:name fields.
<:-)
On Wednesday, June 3, 2015 at 1:53:57 AM UTC+2, Mat wrote:
>
> 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/b084ca48-0956-4228-9321-7c4fb54cbe8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.