Question
Currently,
%TOC%
will generate a great table of contents from headings of all levels.
This is an enhancement idea to allow TOC to only display "depth" of level X. This is because a TOC can get extremely long with some documents (up to two pages, on some of mine).
Suggested usage:
%TOC%
will display all levels of heading (just like current behavior).
%TOC{'level=3'}%
will display TOC using headings level ---+ through ---+++ (1-3). Other headings below this will not be part of the TOC.
..etc..
Environment
--
JonathanCline - 30 Aug 2003
Answer
This is already possible with
%TOC{ depth="3" }%. See all options in
TWikiVariables.
--
PeterThoeny - 30 Aug 2003