I'm updating the mGSD application code for portability and speed. The data model and UI will be (mostly) the same, but the new version won't depend on MPTW and I'm be rewriting the view/list plugins for efficiency. One should be able to share content between the two versions, for example using TiddlySpace includes. The goal is to make a lightweight version of mGSD that can be included in other spaces (a "mixin").
Planned changes: 1. The current views implementation takes a long time to update whenever an item is changed (page locks for 15 seconds even with a small number of items, and gets worse as more are added). I want to rewrite the views using granular data binding, hopefully resulting in near constant-time view updates. The views functionality will be provided by several plugins that can be reused in other apps, with a similar API to the current implementation. 2. mptw kind of takes over, so that it's hard to use mGSD with other apps and themes. I'll be removing the dependency, possibly spinning off some reusable plugins. This is my first TW programming project, so I will likely have many questions! Eric http://wiki.pdxhub.org/people/eric -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en.
