Hi Jed, I managed to have my startup module working so I won't go further ; it's a bit above my level :-). Thanks anyway, your work is inspiring !
FrD Le jeudi 8 octobre 2015 18:13:38 UTC+2, Jed Carty a écrit : > > 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/4c0be188-f432-4cfa-8ef5-fe58e31405a2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

