As for running the invokeAction method from inside the render method, one thing that Jeremy has been very careful about with tiddlywiki is that rendering shouldn't have any side effects because you have to assume that any part of the wiki may be re-rendered at any time which can cause all sorts of unpredictable things. So, it is possible to do, but it is generally a bad idea.
You can have a daemon running in the background that listens for events and triggers whatever you want on an event. I made a plugin that lets you trigger different actions when there are updates to tiddlers here <http://ooktech.com/jed/ExampleWikis/TriggerActions/>, but you could probably make something like that that would update on opening a tiddler or mouse click or any other event that javascript can detect. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/15dedb3b-6f4d-465a-8e1c-47aacb2ab54b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

