>
> I've now included summary fields and would like to automatically generate
> such a definition list, as a table, from these. No problem in with a fET in
> TWc, but in TW5 I don't know how. Here's an attempt that doesn't work:
>
> <$list filter="[all[shadows+tiddlers]field[summary]]">
> |{{!!title}}|{{!!summary}}|
> </$list>
>
> Suggestions, anybody?
>
<table>
<$list filter="[all[shadows+tiddlers]has[summary]]">
<tr>
<td>{{!!title}}</td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
--
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.
For more options, visit https://groups.google.com/d/optout.