> capable of doing things like resizing images, thumbnails, slideshows,
Resizing images can be done via:
http://www.TiddlyTools.com/#ImageSizePlugin
which extends the core's standard image syntax:
[img[...]]
to allow you to specify the desired (x,y) dimensions, like this:
[img(x,y)[...]]
A simple 'slideshow' effect can be achieved using
http://www.TiddlyTools.com/#QuoteOfTheDayPlugin
by definining a tiddler containing an "hr-separated" list of images
and/or text items, like this:
[img(x,y)[...]]
----
[img(x,y)[...]]
----
[img(x,y)[...]]
----
etc.
and then invoking it via the <<QOTD>> macro, like this:
<<QOTD tiddlername>>
The macro supports optional parameters to enable/disable 'click for
next item' handling, as well as a timed delay for automatic 'advance
to next item'.
While there are other 'slideshow' plugins available from other sites,
<<QOTD>> is also very handy for creating 'news tickers' or an
eponymous "quote of the day" display that present randomly-selected
quotes each time it is rendered. (Examples of both of these uses can
be seen in the TiddlyTools "Welcome" tiddler).
enjoy,
-e