Thaks for the explanation, Eric, I missed the importance of newlines. Unfortunately, both !end section titles still get displayed in the ToC, which is what I'm trying to avoid. :) w
On 4 feb., 13:53, Eric Shulman <[email protected]> wrote: > > <<tiddler ##test1>> > > <<tiddler ##test2>> > > {{hidden{ > > !test1 > > test1text > > !end}}} > > {{hidden{ > > !test2 > > test2text}}} > > <<sectionTOC>> > > !end}}} > > is *incorrect*. Heading syntax cannot have trailing content following > the heading text. This should work: > > <<tiddler ##test1>> > <<tiddler ##test2>>{{hidden{ > > !test1 > test1text > !end > > !test2 > test2text > !end > > }}}<<sectionTOC>> > > Note that only *one* CSS class wrapper is needed to surround all the > hidden sections. Also note that the CSS wrapper begins immediately > following the 2nd <<tiddler>> macro (without a prededing newline), and > that the <<sectionTOC>> macro immediately follows the ending of the > CSS wrapper. This ensures that there are no extra newlines displayed > in the content. > > enjoy, > -e -- 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.

