Most of my tiddlers start with thumbnails with this FeT :

<<forEachTiddler
    where
        'tiddler.tags.contains("attachment") &&
tiddler.tags.contains(context.inTiddler.title) &&
tiddler.text.contains("image") '
    sortBy
        tiddler.created
    descending
   write
        '"[img(,12em+)["+tiddler.title+"]] "'
>>

Is there a way to automate that ?

Could it be something to do with Stylesheet ? Transclusion ?

Regards

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to