Hi

I use ImageSizePlugin a lot :

[[ViewTemplate]]
> ...
>
> <div macro='tiddler "FetThumbnails" thumbnails with:{{tiddler.title}}'></div
>
> ...
>

FetThumbnails
> <<tiddler AutoRefresh>><<forEachTiddler
>     where
>         'tiddler.tags.contains("attachment") && 
> tiddler.tags.contains("$1") && tiddler.text.contains("image") '
>     sortBy
>         tiddler.created
>     descending
>    write
>         '"[img(,5em+)["+tiddler.title+"]] "'>>
>

But depending on the image size, it is sometime a bit clumsy to use the 
interactive resizing to enlarge one or several pictures for presentation or 
printing purpose.

Would it be interesting to roll configurations (if exist) through 
shift+click ?
ex :
[img(,5em)(,10em)(100,)[image]]

Or maybe there is another plugin or solution that I don't know...

Regards

Julien

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/pKTgtLzPflEJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to