> Unfortunately, both !end section titles still get displayed in the > ToC, which is what I'm trying to avoid. :) > w
Ah! You should use the /% ... %/ method of hiding the sections. That will prevent them from actually being rendered, so they won't be considered part of the table of contents. <<tiddler ##section>>/% !section content !end %/ The only limitation of this method is that you can't use comments *within* the hidden content since the /% ... %/ syntax doesn't nest. You *can*, however, put text outside the section, but inside the surrounding comment, like this: <<tiddler ##section>>/% This is a comment that is ignored, and can be used to describe the section that follows... !section content !end This is also a comment, because it's still inside the comment markers. %/ 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.

