Hello,
I use a modifiied version of the DcTableOfContentsPlugin. Source here:
http://pastebin.com/f451c6c3
I like the way it redirects me to the appropriate header when I click
on it, but I don't like the fact that it has [TOP] with every header.
How can I remove this?
I removed the line:
createTiddlyButton(c, " [top]", "Go to top of tiddler",
window.scrollToTop, "dcTOCTop", null, null);
But that results in that it doesnt redirect to the header when
clicking on a iten in the TOC list.
Thanks!
Dennis