On Mar 15, 12:39 pm, Mark <[email protected]> wrote: > Thanks PMario I was able to configure it with one of the two MPTW user > config tiddlers. When I looked at the config tiddler it was all > commented out with the double slash to start with so the config wasn't > doing anything at the time, but after I uncommented it and entered the > right options it worked fine. Which suggests the MPTW configs are > being run after the SystemSettings tiddler. I wonder if there's some > plugin to record a log of which tiddlers are being executed in which > order on startup.
Plugins are always run in alphanumeric order, based on tiddler title. SystemSettings are applied *before* any plugins are invoked. The TW core initializes settings in this order: 1) internal hard-coded values (default initialization) 2) cookies (read from browser) 3) SystemSettings (overrides values from cookies) 4) Plugins (can set anything they want in code!) enjoy, -e -- 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.

