At the moment, you have to hijack the core functions. Which makes things much more complicated, and errorprone.
I also don't know any good documentation about it. And no best practice info. May be, because it isn't best practice. Best way to see, how to do it, ... Analyse some tiddlytools plugins. And have a look how it is done there. Since they are widly used, and compatible to many other plugins. IMO you shouldn't jQuery bind anything to system functions/buttons, since you will bypass any hijack mechanism that will be used allready. I am pretty sure it will break thngs. In TiddlySpace allmost any save load / tiddler manipulation .... function is hijacked several times. So looking at tiddlyspace core code may help too. -m On Feb 21, 11:12 pm, Kosmaton <[email protected]> wrote: > Thanks guys, > > ViewTemplate + InlineJavascriptPlugin did the trick nicely. > > Out of theoretical interest, is there something like tiddler events? E.g. > 'close tiddler' -- no template showing then to run code for you. I guess you > could bind something to the close button click though. > > regards, > > =K= -- 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.

