The CreateToc-Droplet creates a "Table of Contents" from all headings (h1-h6) in a page. The Toc is placed where you place the droplet call. In addition, a "Back to Top"-Link is added before each heading.
Download: http://www.websitebakers.com/pages/droplets/downloads.php (scroll to "Navigation")
Usage:[[CreateToc]]
or
[[CreateToc?float=right]]
...to have the Toc floated right. If you wish to have your entries numbered (like an index), add
[[CreateToc?float=right&number=1]]
(The value you give for "number" doesn't matter. You can also set it to "true" or "ohmy" or ...)
ToDo:
* At the moment, there's no indentation; i.e., in the Toc there's no difference between h1 and h6Best use:If you have just one WYSIWYG-Section on a page, you may create your own Toc by adding Anchors. But if you have more than one WYS-Section (or sections of other types), CreateToc creates a nice Toc for you.

Try it and let me know how it works.