aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/toc
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-26 15:13:01 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-26 15:13:01 -0400
commit9652cdfe2eb16150518e34af33c8858118fe0a09 (patch)
tree245dc76c0809d2c53f6114558c7e3c9b06ddb4e7 /doc/plugins/toc
parent2d78c4d9a70f93d97047fa414c8fb5fa693712dd (diff)
downloadikiwiki-9652cdfe2eb16150518e34af33c8858118fe0a09.tar
ikiwiki-9652cdfe2eb16150518e34af33c8858118fe0a09.tar.gz
toc: Add the table of contents at sanitize time, rather than at format time. This allows the toc to be displayed when previewing an edit. It also avoids headers in the page template from showing up in the toc.
Diffstat (limited to 'doc/plugins/toc')
-rw-r--r--doc/plugins/toc/discussion.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/toc/discussion.mdwn b/doc/plugins/toc/discussion.mdwn
index dc622425a..a09ae5703 100644
--- a/doc/plugins/toc/discussion.mdwn
+++ b/doc/plugins/toc/discussion.mdwn
@@ -6,3 +6,5 @@ picks it up. I suppose it parses the entire page rather than just the
rendered content. --[[JasonBlevins]]
Why doesn't the TOC appear in the edit page preview? It only appears when the page is finally rendered. This makes it somewhat difficult to organize headings, saving & re-editing all the time. My user page currently has a toc to play with: --[[sabr]]
+
+> Fixed. --[[Joey]]