> I imagine that in the future someone might > invent a "tiddlysplitter" and "combiner" (which maybe already is the > case with tiddlyweb ?!) that could split your one-page htmlTW into a > princetiddlywikilike setup, when its online - and combine the js- > chunks into one file again, when you want to use it locally...
http://tiddlywiki.org/wiki/Dev:Tools TiddlyWiki development tools include "Ginsu" and "Cook". Ginsu takes a TW document and splits it, so that each tiddler becomes a separate "tiddlername.tiddler" text file. Plugins are split into two files each: tiddlername.js, containing the tiddler content (i.e., the plugin code), and tiddlername.js.meta, containing the usual tiddler fields (e.g., created, modifier, modified, etc.). This allows the .js files to be used with 3rd-party JS debuggers or loaded as external library files (e.g., <script src="tiddler.js"></script>) Cook takes selected tiddler files, specified in a 'recipe' definition, and assembles them into a complete TiddlyWiki document. -e --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

