Cookbook /
HandyTableOfContents-Users
Summary: User notes for the HandyTableOfContents recipe.
Discussion: HandyTableOfContents-Talk
Users: +3
If you use or used the HandyTableOfContents recipe, you can add yourself in the list below. These statistics may help newcomers to select recipes for their wikis. Both (+) positive and (-) negative short comments are welcome. For longer comments or questions please use the HandyTableOfContents-Talk page.
Users
You can edit this page and add your name.
- (+) Works fine for me ; thanks. gb February 11, 2010, at 10:38 AM
- (+) Very useful tool. Some of this functionality should be included out of the box. DanielAndersson 2011-10-24
- (+) I find it preferable to have the heading line show after the jump, for context. As is, where the target heading is off screen, the TOC link takes you to the line under the heading and the heading is cut off at top of screen. Here's the quick fix. In handytoc.js...
find section:
//build a unique anchor to embed with the section header
find line:
tags[ti].appendChild(a_node);
replace with:
tags[ti].insertBefore(a_node, tags[ti].firstChild);
Cheers, Belzecue (fergicide at gmail dot com), March 9, 2013 - (+/-) Your comment here. Your name or profile link here.
Thanks!
User notes for the HandyTableOfContents recipe (talk).