Hi, Is there a way to turn the code used here <http://tiddlywiki.com/#ImageGallery%20Example> to display links to other tiddlers as images? It would be great to also have the title of the linked tiddler under each image.
For now, this is what I have but it doesn't display a thing and if it did, I suppose it wouldn't be in picture form... <div class="my-gallery"> <$list filter="[all[tiddlers][field:parent<currentTiddler>] +[sort[title]]]"> <span title=<$link><<currentTiddler>> <$transclude/> </span> </$list> </div> -- 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/0e937669-9a56-4eee-b1dc-77137db7db0a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

