Really good information! Thanks for clarifying. I have a lot of messy RevealWidgets to strip out of my Tiddlers. :]
Is the rendering different due to the <$view> widget use the "format" specified in the tag for the empty message? Also, looking at the fine print in the description, it is true that <$transclude> empty message is triggered on missing fields while <$view> empty message is triggered on missing *or* empty fields? /Mike On Tuesday, March 20, 2018 at 10:56:26 AM UTC-4, Jed Carty wrote: > > Ton's method is correct, but his post is missing the closing tag for the > transclusion. > > <$transclude filed='caption'> > <$view field='title'/> > </$transclude> > > > I just want to add that using transclude wikifis the content of the > caption field, if you don't want that for some reason you can use this > instead: > > <$view field='caption'> > <$view field='title'/> > </$view> > > > > And this is documented behaviour for both widgets > -- 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/b0af6c35-a0bb-4aab-ae08-efdb2ba8b254%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

