> Are there any plugins that make it possible to expand and collapse sections > of a tiddler? > > Example in pseudocode (showing how a transcluded tiddler could be expanded > and collapsed): > > Tiddler 1 <text to collapse> <<tiddler Tiddler 2>> <end text to collapse>
The TWCore includes the <<slider>> macro: <<slider cookie tiddler label tooltip>> where cookie: variable to save the state of the slider (e.g. chkFooSlider) tiddler: name of the tiddler to include in the slider label: title text of the slider tooltip: tooltip text of the slider for example: <<slider chkTestSlider [[OptionsPanel]] "Options" "Open advanced options">> Note that the slider macro only works with content stored in a separate tiddler (or tiddler section). To create sliders using *inline* content, you can install: http://www.TiddlyTools.com/#NestedSlidersPlugin which also provides numerous other enhanced slider features, such as: * lazy sliders (slider content not processed until first opened) * floating sliders (popup-like display, instead of expand in place) * hotspot sliders (mouseover opens slider without clicking) * transient sliders (auto-close slider when another is opened) * alternative label text for open vs closed sliders * apply custom CSS classes for 'slider button' and 'slider panel' enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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.

