• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

README.mdH A D20-May-2016759 3119

action.phpH A D20-May-20161.9 KiB6234

all.cssH A D20-May-2016349 1916

plugin.info.txtH A D20-May-2016221 77

sample.pngH A D20-May-201627.2 KiB

sample.txtH A D20-May-2016250 1110

syntax.phpH A D20-May-20161.4 KiB6429

README.md

1# This plugin is not maintained anymore
2
3---
4
5This plugin renders the toc of a page inside the page content, a la Mediawiki.
6
7Sample
8======
9
10    {{INLINETOC}}
11
12Result:
13
14![Sample](https://github.com/Andreone/dokuwiki_inlinetoc/blob/master/sample.png)
15
16Note
17====
18
19The plugin replaces the tag with a div. The div's class is inlinetoc**2** (the
20css is in inlinetoc/all.css file). The 2 is here to not enter in conflict with
21the TOC plugin which already use the class inlinetoc.
22
23The plugin won't work if you specify *{{NOTOC}}* on the page because it relies
24on dokuwiki's internal toc processor to build the page's toc.
25
26Credits
27=======
28
29-   This plugin is largely inspired by the TOC
30    plugin (http://www.dokuwiki.org/plugin:toc)
31