I used tour postings.
This is the final form.
List tiddler title, tags, and text in a table where tags include 'Journal',
sorted by the modified daterime stamp.
<table>
<tr>
<th>Title </th>
<th>Tags </th>
<th>Text </th>
</tr>
<$list filter="[tag[Journal]sort[modified]]">
<tr>
<td><$link><<currentTiddler>></$link></td>
<td><$view field="tags"> no tags </$view>
</td>
<td><$view field="text"> </$view></td>
</tr>
</$list>
</table>
I consider this effort to have been a success.
Alan
--
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/2c7f4079-6096-4ff7-b778-d4fa26a4fa35%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.