Hi, Eric, Doesn't sliders actually do the same as NestedSlidersPlugin? As far as I can tell, if I want to display TiddlerB inside TiddlerA, TiddlerB needs to be loaded when TiddlerA is loaded, which is what I'm trying to avoid. Basically, I need normal [[TiddlerB]] functionality, except that it displays TiddlerB inline within TiddlerA insted of opening it. I'm using the SinglePageModePlugin, so if I have a normal [[TiddlerB]] link, it opens TiddlerB and I can't see the content of TiddlerA. But if I use sliders or NestedSlidersPlugin, then TiddlerB is loaded when TiddlerA is loaded. Since I have several such links, TiddlerA takes a while to load.
w On Feb 25, 3:43 pm, Eric Shulman <[email protected]> wrote: > > I was wondering how to display a tiddler inline, like the > > InlineJavascriptPlugin does, but onClick, not onLoad. Basically > > something like FramedLinksPlugin, only for internal links. > > Use the TW core <<slider>> macro: > > <<slider chkCookieNameTiddlerName Label Tooltip>> > > where: > * chkCookieName > is the name of a TW option, stored as a cookie. This option will > be used to remember the open/closed state of the slider, so that it > can be restored the next time the slider is displayed. > * TiddlerName > is the name of the tiddler with the content you want to display > onClick > * Label > is the text of the link to click on > * Tooltip > is the text of the mouse-over popup help text for the link > > 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.

