Skye, You're going to force me to learn a little Portuguese whether I want to or not!
Idea #1: You can use http://tiddlytools.com/#LoadRemotePlugin (which is a transclusion and doesn't need to be tagged systemConfig) to get a js file. I *believe* its usage parameters would allow you to immediately execute the code. If so, you could relegate your "occassionally (used) plugins" to only load and execute on demand. There is also a parameter for handling and preventing an attempt to load the code again. Once loaded, the code can be executed as needed just like regular systemConfig plugins. Idea #2: Check out http://tiddlytools.com/#RunTiddlerPlugin. http://menuflex.tiddlyspot.com/#GridMenu runs TagGridPlugin even though TagGridPlugin is not tagged systemConfig. http://menuflex.tiddlyspot.com/#SliceMenu runs GridPlugin even though GridPlugin is not tagged systemConfig. This solution requires the js code to be pre-loaded but since its not tagged systemConfig, your TW should load slightly faster. King Eric can confirm, deny, or correct my assumptions. I am very interested in finding out what solution you implement. Take care. Craig -- 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.

