El martes, 7 de abril de 2015, 22:07:25 (UTC+2), Felix Küppers escribió: > > > A reasonable approach might be to have a daemon (ie startup module) that > performs the calculations in response to a message, and deposits the > results in a tiddler. > > > Yes that is possible. This daemon would then need to register its message > handlers to the root widget which is available via "$tw.rootWidget". Also, > if you use this technique, make sure your startup exports AFTER > "rootWidget" ( exports.after = [ "rootwidget" ];) > > -Felix >
Hello Jeremy and Felix, I though about that also, but it is much more complicated than I wanted at first instance. It is more complicated to start with, because once you have it setup is really easy to add more methods. Thank you Felix for the explanation, anyway I have some experience with daemons and TW (remember TiddlyDrive? :P ) Anyway, as I said moving the "macro execution" to a different tiddler did the trick for this particular case. Regarding the bad performance while editiong big lists, it has improved a lot bu switching to vanilla theme and doing some theme tweaks. I think for the moment this is good enough, but sooner or later I will be forced to implement your suggestion. -- 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/0ede528e-2cf8-418a-a7b1-ebf532faab09%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

