> New to tiddlywiki. Been at it for just 1 day, but getting there. > I want to know if it is possible to enable a tiddle to open under the > link to the tiddle that I click on and not have it appear at the end > of the page.
The TW core syntax provides the following macro: <<slider chkCookieName TiddlerName label tooltip>> where: chkCookieName is used to remember the open/closed display state of the slider TiddlerName is the source of the slider content label is the clickable 'link' text tooltip is the mouse-over help text for that label > Also is it possible to actually have it load up in a new page. So > clears the screen and displays the information I want. Do you really want a "new page" to open (i.e., a separate browser tab)? I suspect that what you may be asking for is simply the ability to show only one tiddler at a time, so that when you click on a link, the current tiddler(s) in the story column are automatically closed, before the next tiddler is displayed. Give this a try: http://www.TiddlyTools.com/#SinglePageModePlugin http://www.TiddlyTools.com/#SinglePageModePluginInfo import these two tiddlers into your document (use the backstage>import command). Save-and-reload (so the plugin code can be applied), and then you can activate 'single page mode' by setting the options in the ...PluginInfo tiddler. For convenience, you can add the single page mode option checkbox anywhere you like (e.g., the MainMenu), like this: <<option chkSinglePageMode>>show one tiddler at a time Note: the ...PluginInfo tiddler is documentation-only, and can be safely removed once you are familiar with the plugin usage. 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.

