/dokuwiki_inlinetoc

A plugin for Dokuwiki that renders the TOC of a page anywhere inside the page content.

Primary LanguagePHP

This plugin is not maintained anymore


This plugin renders the toc of a page inside the page content, a la Mediawiki.

Sample

{{INLINETOC}}

Result:

Sample

Note

The plugin replaces the tag with a div. The div's class is inlinetoc2 (the css is in inlinetoc/all.css file). The 2 is here to not enter in conflict with the TOC plugin which already use the class inlinetoc.

The plugin won't work if you specify {{NOTOC}} on the page because it relies on dokuwiki's internal toc processor to build the page's toc.

Credits