I am working on plugins to add some math functions to tiddlywiki. I currently have a random value generator ( http://inmysocks.tiddlyspot.com/#RandVal%20Plugin and https://github.com/inmysocks/TW5-randVal ) and I am trying to make a widget that will sum values they way that Jeremy mentioned in this thread https://groups.google.com/forum/#!topic/tiddlywiki/lnpspLHTPgc my current version is on github ( https://github.com/inmysocks/TW5-MathyThing )
I have the summing part working just fine, the problem is that the widget is constantly writing to the tiddler where the result is stored, which slows down the wiki considerably. I know that this problem should be solved somewhere, but I am not good enough with Javascript to find it. I am hoping I am just missing something simple and I would appreciate any help in solving this problem. The repo also has a modification of the count widget called action-storecount that stores its output in a field as a number, but that one works as expected. -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
