[tw5] Re: Multiple widgets from template transclusion

2019-11-22 Thread Paul Lee
Confirmed. That was the issue. *<$view field="caption" />* allows for the subsequent widgets to also show up. Thanks for answering. -- 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,

[tw5] Re: Multiple widgets from template transclusion

2019-11-21 Thread TonyM
Off course, face palm -- 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 view this discussion on the web visit

[tw5] Re: Multiple widgets from template transclusion

2019-11-21 Thread Eric Shulman
On Thursday, November 21, 2019 at 8:40:37 PM UTC-8, TonyM wrote: > > Also what is intended by the use of "// widget //" > > as mark says and I think /> is not sufficient to close the view widget. > Use <$view Params > > All widgets that don't require content inside them *can* use the

[tw5] Re: Multiple widgets from template transclusion

2019-11-21 Thread TonyM
Also what is intended by the use of "// widget //" as mark says and I think /> is not sufficient to close the view widget. Use <$view Params > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Multiple widgets from template transclusion

2019-11-21 Thread 'Mark S.' via TiddlyWiki
Under HTML5 all tags have to either be self-closed or have matching closing tags. Widgets work just like html tags. So each <$view> widget needs to be closed on the end. e.g. <$view field="caption" */>* HTH On Thursday, November 21, 2019 at 5:30:40 PM UTC-8, Paul Lee wrote: > > Why will only