Hi Nolan, use the TranslcudeWidget <http://tiddlywiki.com#TranslcudeWidget>...
<$list filter="[tag[myTag]]"> <$transclude mode="block"/> </$list> with heading links... <$list filter="[tag[myTag]]"> <h1><$link><$view field="title"></$link></h1> <$transclude mode="block"/> </$list> for some-other-field as a definition list... <dl> <$list filter="[tag[myTag]]"> <dt><$link><$view field="title"></$link></dt> <dd><$transclude field="some-other-field"/></dd> </$list> </dl> Best wishes, — tb -- 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/f1704fc6-b527-42de-aca6-56ec4b584182%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

