This is a stripped-down version of a single section of Grok TiddlyWiki, optimized for fast loading and readability by search engines. Some features are missing.

For the full Grok TiddlyWiki experience, please visit the wiki version of this page.

Ex:ContactInformationPicture/answer

 30th September 2024 at 9:10pm
<$list filter="[all[current]addsuffix[/Picture]is[tiddler]]">
  <$image source=<<currentTiddler>> width=300/>
</$list>

Notice that there's no need to use Conditional Expressions to ensure nothing is displayed if the image isn't available – if the picture tiddler doesn't exist, there will be zero results for the filter, and the $list widget will never render anything.

Go to question: Ex:ContactInformationPicture