> ..."Error: SyntaxError: Unexpected token ." > ... StyleSheet with Tag systemConfig.
The "systemConfig" tag is used for tiddlers that contain *Javascript program code* (i.e., "plugins"). During startup, the contents of any tiddlers tagged with systemConfig are passed to the browser's Javascript engine for processing, so they can modify/extend the standard TWCore program definitions. However, unlike plugin tiddlers that contains javascript, the StyleSheet tiddler contains *CSS syntax* that is automatically applied as an overlay to the standard TWCore CSS definitions (see StyleSheetColors, StyleSheetLayout, StyleSheetPrint, StyleSheetLocale), and thus must *not* be tagged with systemConfig or the TWCore will attempt to invoke it as javascript code -- resulting in the kind of error you are seeing. 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.

