> > you can use data urls to show internal images > > var tiddler = this.wiki.getTiddler(tiddlertitle); > img.src="data:" + tiddler.fields.type + ";base64,"+ tiddler.fields.text; >
For a site like his, please don't use internal images unless you expect visitors to wait for ages so that your page. I suggest you use _canonical__uri along with all other required fields that hold meta-data that you want to show. Then you iterate over the desired images (via filter or other)... outputting the field data at the desired spot in your image viewer. However, it may not even be needed at all to use _canonical_uri.... just put the src into any field and use it appropriately. Then you are free to use the text for the image tiddler in whichever way you want, e.g. a much more sophisticated description. Best wishes, Tobias. -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

