On Aug 5, 8:56 pm, Eric Shulman <[email protected]> wrote: > 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
There actually is a difference between zzConfig (plugin) and SystemSettings. The zzConfig line config.options.chkFramedLinks=true; will set the variable to true, everytime the TW is loaded. If you change the setting by unchecking the option in the backstage, it will be set the next time you reload the TW. If you use SystemSettings and uncheck the option, the TW core will update the SystemSettings tiddler. If you save your TW and reload, it will reflect the last active setting, which is quite a different usecase. -m -- 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.

