ImageSizePlugin : rolling configuration request

33 views
Skip to first unread message

julien23

unread,
Sep 21, 2012, 4:30:19 AM9/21/12
to tiddl...@googlegroups.com
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

Reply all
Reply to author
Forward
0 new messages