> I'm trying to make a fresh start with a new wiki hosted on Tiddlyspot. I > added the excellent TiddlyTools ToggleRightSidebar plugin, but every time I > reload my wiki I get an error from the PluginManager concerning this > plugin. The error says: > > Error: SyntaxError: Invalid regular expression: missing / > > I've been using tiddlywikis for years, but am something of a noob wrt to > plugins. The way I installed this was to copy the entire contents of > http://www.tiddlytools.com/#ToggleRightSidebar (while it was in edit > mode), and paste it into my own tiddler with systemConfig tag. Is that how > I am supposed to do it? >
ToggleRightSidebar isn't technically a "plugin".... it's a "transclusion".... a bit of carefully written wiki-formatted content combined with scripting. You don't put a "systemConfig" tag on transclusions, as they contain more than just javascript code. Transclusions aren't loaded at startup like plugins; rather, they are invoked "on-the-fly" by embedding them in other tiddler content using the <<tiddler>> macro: <<tiddler TiddlerName with: param param param>> Remove the "systemConfig" flag and all will be well. 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

