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/95f5f863-21ed-4a91-a659-e5a5a9653188%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to