As PMario noted, [[SystemSettings]] is a special name, used by the
TWCore to automatically store persistent option settings, so you
should not use it as a 'plugin' (i.e., a tiddler tagged with
"systemConfig", containing javascript code).
However, rather than using the old 'zzConfig' convention to initialize
the internal option value for FramedLinksPlugin, you *CAN* use the
SystemSettings tiddler, in the way it is intended.... simply write:
chkFramedLinks: true
Then, during startup processing, the TWCore will read the
SystemSettings and automatically perform the assignment:
config.options.chkFramedLinks=true
(i.e., the same action as the old 'plugin initialization' approach).
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