Is it possible to display a table such as the following to display a term, 
and it's definition; the term being the tiddler title, and the definition 
being the contents of the tiddler.  I gave it a shot here, but it didn't so 
much work:

<table>
<$list filter="[tag[Agency Transition Wizard]]">
<tr>
<td>
<$view field="title"/>
</td>
<td>
{{ <$view field="title" /> }}
</td>
</tr>
</$list>
</table>

Thank you, 
  leeand00

-- 
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/94e9a3b9-8e10-4dcc-9842-75fa68863d38%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to