Hello

I use tiddlywiki to organize my notes on martial art forms that I am
learning.  For a given form I use a combination of text descriptions
with embedded pictures of each step in the form.  The pictures are
large (to show the necessary detail) and I do not want to show them
all the time as the displayed tiddler would be spread over many
pages.  The solution is to display the pictures using sliders.  There
is one tiddler for each form and pictures for each step in the form.

For example a tiddler for [[FormX]] with 10 steps would be defined as
follows:

1. Description of step 1 <<slider toggleImageFormX
[[image_formX_step01]] seeImage "click for image">>
2. Description of step 2 <<slider toggleImageFormX
[[image_formX_step02]] seeImage "click for image">>
...
10. Description of step 10 <<slider toggleImageFormX
[[image_formX_step10]] seeImage "click for image">>

where the tiddler [[image_formX_step01]] contains references to one or
more image files each with a caption and would be defined as follows:

[img[formX_step01.jpg]]
Caption for step 1.
[img[formX_step02.jpg]]
Caption for step 2.
...
[img[formX_step10.jpg]]
Caption for step 10.

There seems to be multiple instances of the toggleImageFormX cookie
because clicking on one slider does not display or hide all of the
sliders at once.

Finally getting to my question -- Is there a way to expand or contract
all of the sliders at once for a given form (while preserving the
capability to display or hide the picture for each step)?  Possibly
another slider at the top that would set all of the toggleImageFormX
cookies to true or false?   Each form would be separately controlled.

I read about ways to set cookie values using config tweaks but that
does not appear to provide the flexibility I am looking for.

Thanks
SteveW








--~--~---------~--~----~------------~-------~--~----~
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