On Mon, Nov 14, 2011 at 4:33 PM, [email protected] <[email protected]> wrote: > On Nov 13, 7:26 pm, Miles Fidelman <[email protected]> wrote: >> I expect we're going to go off and write our own framework for >> single-page applications - because it sure looks a lot easier than >> buliding on Tiddly. That's sort of a shame. > > If you're into tiddlers, but not TiddlyWiki, you might have a browse > around http://tiddlyspace.com/, looking at some of the non-tiddlywiki > applications that have been created there. Ben Gillies and Jon Robson > ought to be able to point out some good examples.
Hi Miles. As Chris states, we've been looking at and building non-TiddlyWiki based apps on top of TiddlySpace for a while now. There are some examples around TiddlySpace that you can look at: * http://apps.tiddlyspace.com - This is a jumping off point for several apps that Jon Robson (mostly) has written. * http://tiddlyace.tiddlyspace.com - This app provides a simple code editor witht the ability to create new HTML/JavaScript/CSS tiddlers, etc (good for mocking up/developing around new apps). It's based on the ACE project (https://github.com/ajaxorg/ace) * http://tiddlybookmarks.tiddlyspace.com - This provides bookmarking functionality that lets you save websites back to TiddlySpace (a bit like Delicious). While the interface is currently TiddlyWiki based, the bookmarklet is not, and is instead built using Twitter Bootstrap (http://twitter.github.com/bootstrap/) If you're interested in developing on top of TiddlySpace (but outside TiddlyWiki, then there are several things that might help you. Standard frameworks like Backbone.js and Sammy.js should just work (with some minor modifications to the syncing mechanisms to convert models to tiddlers and send them to the right URIs, etc). I've also been working on a new set of libraries, which I'm currently calling TiddlyLib, that are designed to take advantage of both the Tiddly way of doing things, and modern web development methods and best practises. It's currently unfinished, but a few parts that are involved are now quite stable and usable. You can find out more information on TiddlyLib in the TiddlyLib space, at http://tiddlylib.tiddlyspace.com, which I'm hoping to expand with more info/docs/demos/etc soon. Hope that's of some use Ben -- 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.

