]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/toc/discussion.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / plugins / toc / discussion.mdwn
index 11c874fcb36bd2c7497c2692d74e8cd4042ffaeb..7752888009734603d5ddd58170c42ce698568a99 100644 (file)
@@ -5,6 +5,8 @@ template (such as placing the page title in an `<h1>`), the toc plugin
 picks it up.  I suppose it parses the entire page rather than just the
 rendered content. --[[JasonBlevins]]
 
+> I fixed this in a patch to the toc module, see [[todo/allow_toc_to_skip_entries]]. -- [[anarcat]]
+
 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]]
@@ -29,3 +31,5 @@ inlined pages?  --[[schmonz]]
 >> along the way and it stays falsish. Interested in your branch;
 >> sorry I can't offer precise feedback right now, but it looks sane
 >> at a glance. --[[schmonz]]
+
+How could this be tampered to make another plugin that would enable partial listing so I could make multiple "subTOCs" in the same page? For instance I'd have a `\[[!toc startlevel=1 levels=1]]` in the top of the page while after a level 1 heading I would have a `\[[!toc startlevel=2]]` with the level 2 and below headers limited by the ones below this particular level 1 header --[[iuri]]