> <<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.