Eric,
Found some more HTML docs on tables. This is closer to what I want, but the 
currentTiddler and currentTags in the table aren't displaying.

''Tiddlers with the tag 'Journal', sorted by modified. Tiddler.text displayed 
on same line.''
<table>
<tr>
<th>Title </th>
<th>Tags </th>
<th>Text </th>
</tr>
<$list filter="[tag[Journal]sort[modified]]">
<tr>
<td><<link><<currentTiddler>></td>
<td><<tiddlerTag>></td>
<rd><$transclude></td>
</tr>
</$list>
</table>

I think the remaining problems are with the referencing the current line's 
Tiddler fields. The old TW2 fields were referenced as tiddler.title, 
tiddler.tags, tiddler.text. What are the equivalent field names and syntax?
 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/1447496b-2308-48a1-a89f-21728c149a3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to