> I'd like to try out the Table of Contents feature offered by the > SectionLink Package. > > I've downloaded TiddlyWiki v2.5.0 with the BasicsPackage and imported the > plugin. > > I get the above error showing within the tiddler and 'Error SyntaxError > missing before statement' when I look an the Plugin dropdown box from the > backstage area.
It's a keyboard error :) When you copied/pasted the content for SectionLinksPlugin into a new tiddler, you left behind the default text: Type the text for 'New Tiddler' and pasted the entire plugin source content in between the words "New" and "Tiddler". Of course, this text is not valid javascript, and thus produces unexpected errors when attempting to load the plugin. Because the plugin fails to load, the <<sectionTOC>> macro is not defined... resulting in the "error in macro" error text (note: if you click on that text, a popup will show you more information. In this particular case, it will simply say "no such macro") If you remove the errant extra text, things should work just fine. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://www.TiddlyTools.com/#Donations Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

