To display a list of imaged, you'll need to do the following:

Lets's say you *tagged* some images: holiday


create a tiddler named: imageTemplate
content

<img src={{!!source}}/>


create a tiddler named: test
content: 

{{{ [tag[holiday]]||imageTemplate }}}

You'll get a list of images 

--------

A more advanced template could look like this

<div class="image-list"><img class="list-image" src={{!!source}}/> <span 
class="list-text" /><$view field="text"/></div> 

have fun!
mario


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" 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/tiddlywikidev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to