Hi Jeremy, As you may know I am working on migrating my *twve* plugins to TW5, and the first one I want to do is the simple calculator twve.tcalc. I went through the document and some of the plugin files, and realized how to create a plugin of my own. Thanks a lot to you and all the plugin authors for the nice and clear comments between the codes. In the mean time, I also realized that the available information is all about creating a custom widget. This is, however, different from what I needed, my calculator does not create tables but work with existing ones.
The current way it works with TW2 is to hijack the refreshing function and does the calculations after the table is refreshed by TiddlyWiki. I am thinking of doing the same way, so started to look for the table widget files, hoping to find a way to hijack it somehow. The closest ones I found were the *element.js* widget file and the *table.js* rules file. I did not find a table widget file. Is there such a file in TW5? Or I should just try the trick with the refreshing function in element.js? -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywikidev/26fbc204-1bd5-41f8-b8a5-f338d18cb99c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
