Claudio, I see your problem now. The nested slider plugin has the special feature that removes a line feed, this can be defeated by inserting a line feed (Which does not help you), very helpful in other circumstances but it is getting in your way.
There are alternate methods to organise your data to achive what you want but they may not suit you. If the slider opened a <<tiddler Chapter1Tiddler>>, or you used http://tiddlywiki.abego-software.de/#PartTiddlerPlugin you may get different results. *Using Sliders with Part Plugin **Very similar to the build-in <<tabs ...>> macro (see above) the <<slider ...>> macro requires that you defined an additional tiddler that holds the content "to be slid". You can avoid creating this extra tiddler by using the part feature Example In a tiddler "About" we may use the slider to show some details that are documented in the tiddler's "Details" part. * *... <<slider chkAboutDetails About/Details details "Click here to see more details">> <part Details hidden> To give you a better overview ... </part> ... * * Notice that putting the content of the slider into the slider's tiddler also has an extra benefit: When you decide you need to edit the content of the slider you can just doubleclick the content, the tiddler opens for editing and you can directly start editing the content (in the part section). In the "old" approach you would doubleclick the tiddler, see that the slider is using tiddler X, have to look for the tiddler X and can finally open it for editing. So using the part approach results in a much short workflow.* I am using the http://www.tiddlytools.com/#SectionLinksPlugin and provide a tag that toggles the TOC (Table of contents) visibility and leave the chapters open (Not hidden with sliders), you can thus jump to any section. If i think of another solution I will post it. TonyM If you have not found an easy way to do it with TiddlyWiki, you have missed something. www.tiddlywiki.com On Wed, Mar 3, 2010 at 12:26, Claudio Li <[email protected]> wrote: > Thanks Tony! > > I removed the line, but the chapters become like: > > Chapter 1 Chapter 2 Chapter 3 > > not > > Chapter 1 > Chapter 2 > Chapter 3 > > On 1 March 2010 09:55, Anthony Muscio <[email protected]> wrote: > >> Claudio, >> >> Nested sliders is designed to do what you ask >> >> Between the two chapters, don't leave a blank line >> >> +++[Chapter 1] >> {{indent{+++[Section 1.1] >> {{indentmore{ >> [[Section 1.1 - Part 1]] >> [[Section 1.1 - Part 2]] >> [[Section 1.1 - Part 3]] >> }}} >> === >> }}} >> *=== >> +++[Chapter 2]* >> {{indent{+++[Section 2.1] >> {{indentmore{ >> [[Section 2.1 - Part 1]] >> [[Section 2.1 - Part 2]] >> [[Section 2.1 - Part 3]] >> }}} >> === >> }}} >> === >> The truth is even this has an extra new line hiding here, >> ===<New Line hiding here >> +++ >> but nested sliders take account of that, so you do not need to do the >> following (but it works) >> ===+++ >> Regards Tony >> >> >> >> >> >> TonyM >> >> If you have not found an easy way to do it with TiddlyWiki, you have >> missed something. >> www.tiddlywiki.com >> >> >> >> >> On Fri, Feb 26, 2010 at 18:23, Claudio <[email protected]> wrote: >> >>> Hi >>> >>> I've built a menu like this in MainMenu. Space/line break appears >>> below "Section 1" when "Chapter 1" is clicked and expanded. Is it >>> possible to remove it? >>> >>> Code: >>> +++[Chapter 1] >>> {{indent{+++[Section 1.1] >>> {{indentmore{ >>> [[Section 1.1 - Part 1]] >>> [[Section 1.1 - Part 2]] >>> [[Section 1.1 - Part 3]] >>> }}} >>> === >>> }}} >>> === >>> >>> +++[Chapter 2] >>> {{indent{+++[Section 2.1] >>> {{indentmore{ >>> [[Section 2.1 - Part 1]] >>> [[Section 2.1 - Part 2]] >>> [[Section 2.1 - Part 3]] >>> }}} >>> === >>> }}} >>> === >>> >>> Normal: >>> Chapter 1 >>> Chapter 2 >>> >>> When Chapter 1 & 2 is clicked : >>> Chapter 1 >>> (indent) Section 1.1 >>> (space here, wanna remove) >>> Chapter 2 >>> (indent) Section 2.1 >>> (space here, wanna remove) >>> >>> Want: >>> Chapter 1 >>> (indent) Section 1.1 >>> Chapter 2 >>> (indent) Section 2.1 >>> >>> -- >>> 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]<tiddlywiki%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/tiddlywiki?hl=en. >>> >>> >> -- >> 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]<tiddlywiki%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/tiddlywiki?hl=en. >> > > -- > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > -- 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.

