> As for restart();, I have the following script that enables/disables > the TrashPlugin (adds/removes systemConfigDisable tag): > It adds/removes the tag, saves and refreshes, but it doesn't restart, > the TrashPlugin is still active.
Although you have tagged the plugin *tiddler*, the plugin *code* is still active because plugins are loaded during document startup. Once loaded, changes to the tiddler won't affect the javascript runtime, which has already invoked the TrashPlugin code. To actually disable a plugin, you must reload the document (not just refresh the displays). You can do this using: window.location.reload() 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.

