Something like:
<table>
<$list filter="[tag[apdl]tag[help]]+[sort[title]]">
<tr>
<td>{{!!title}}</td>
<td>{{!!summary}}</td>
</tr>
</$list>
</table>
Where "summary" is a field of the tiddlers in question. <$list> is neat
-- everything inside is printed once for each element in the list. You
can't use markup with $widgets very well, so you use HTML.
On Thursday, 10 September 2015 16:10:12 UTC-5, Bob Flandard wrote:
>
> Hello,
>
> I'm trying to fully migrate from TWC to TW5
>
> In TWC I had the following code that gave a nicely formatted table with a
> "summary" column taking the information from the section !!!Summary in each
> tiddler tagged with apdl AND help.
>
>
> <<get ##Summary filter:"[tag[apdl AND help]][sort[title]]" table
> category:"Macro
> Name">>
>
> How is this done in TW5?
>
> Thank you, Bob
>
--
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/3426cb52-aedc-4fa5-a9ba-23be0488cb83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.