Great, Eric... now you have me wondering if I can do a forEach to
write that for each tiddler tagged with the including tiddlers
title....
Guess I have a project for when things get slow at work today.

"Here are the pictures of my trip to..."
"We don't have time for all of the right now. Can you just show us the
ones with the baby in them?"
"Sure" ***Open 'Baby' tiddler***
***Insert sounds of happy Grandmother***

Dang...just realized I need to redo my modification of your
ShowLocalDirectory. I built a view that let me click the file name to
create a tiddler of that name with [img[filename]] in the context just
so I could create taggable photo albums faster. I had it working and
then my hard drive died before I was happy with it. Eventual goal was
to have it work along with your ImagePathPlugin.

Ken Girard

On Jan 23, 3:50 am, Eric Shulman <[email protected]> wrote:
> errata:
>
> > First create a tiddler containing the desired formatting for a single
> > 'linked thumbnail with caption' display, e.g., [[ThumbThing]]:
>
> >    [img[images/thumb_$1.jpg][images/$2.jpg]]
> >    $3
>
> > Then, create another tiddler called [[ImageGallery]] containing
> > something like:
> >    <<tiddler ThumbThing with: photo1 "some words here">>
> >    <<tiddler ThumbThing with: photo2 "other words here">>
> >    <<tiddler ThumbThing with: photo3 "blah blah blah...">>
> >    ...etc.
>
> The correct definition for [[ThumbThing]] should be:
>     [img[images/thumb_$1.jpg][images/$1.jpg]]
>     $2
>
> -e
>
>
>
> > That's it.  Opening the [[ImageGallery]] tiddler automatically renders
> > [[ThumbThing]] multiple times, using a different photo filename each
> > time to produce a combined display of all thumbnails, complete with
> > captions, ready for quick review and click-through to the full-sized
> > photos (as external links directly to the JPG files).
>
> > enjoy,
> > -e
> > Eric Shulman
> > TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
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