On 27 Dec., 09:55, FND <[email protected]> wrote: > > I've been working on an AppEngine-based server [...] > >http://iewikiwiki.appspot.com/SandBox/ > > Nice! > > Could the functionality to sync to your server be added to any > TiddlyWiki by way of plugins, or are you using a modified version of the > TiddlyWiki core? > > -- F.
My first attempt used the standard TW 2.0.9 script, but I found that my extensions would't work with the newer TW. Also, I found that the that the newer TW had lots of code that I didn't need. Therefore, for this version, I've trimmed away everything that I didn't need, and I split the CSS and script from the content so that, in theory, a custom fronted could be written. So, while I suppose it wound be fairly easy to build an upload script, that has not been a priority. Basically, I'm not a fan of the self- contained TW concept, for the folowing reasons: a) It's fragile. b) It's vunerable to script viruses. c) It mixes code and data. d) There's just so much more you can do in a custom application. . For offline use, I would recommend the appengine SDK for now, but my master plan is to make a custom frontend that would sync with your appspot host transparently. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" 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/tiddlywiki?hl=en.

