AH! that did it. Thank you Jed.
On Thursday, March 9, 2017 at 2:50:46 PM UTC-5, Jed Carty wrote:
>
> Oh, sorry. It needs to be like this:
>
> \define grid(myfilter:"[tag{!!title}]" list:"[list[]]")
> <table>
> <caption>data from $myfilter$</caption>
> <tr><th>//Link//</th><$list filter="""$list$"""
> variable="columntitle"><th><<columntitle>></th></$list></tr>
> <$list filter="""$myfilter$""" variable="rowtiddler"><tr>
> <td><$link to=<<rowtiddler>> ><<rowtiddler>></$link></td>
> <$list filter="""$list$""" variable="cellfield"><td> <$transclude
> tiddler=<<rowtiddler>> field=<<cellfield>>/> </td></$list>
> </tr>
> </$list>
> </table>
> \end
>
> I forgot that the parsing rules for the defaults in macros don't do what I
> keep expecting the currentTiddler to do. The caption isn't what you expect
> this way though.
>
--
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/8f85d643-b1fb-48ae-9bd6-1271df33667f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.