I've been working on an improved toolchain for building TiddlyWiki. You can see the work in progress here:
https://github.com/Jermolene/cook.js The current tools (see https://github.com/TiddlyWiki/cooker) date back to 2005 or so, and have been heavily hacked over the years, making them hard to update and maintain. They also lack flexibility - they don't support the classic web developers flip of saving changes in an editor and then being able to directly refresh the browser to see the results. Instead, one has to run a command script after making edits. The new build tools can output files in the usual way, or it can cook on demand in response to HTTP requests. See the readme file for details. Hopefully it will make TiddlyWiki core development much more pleasant and efficient. My goal at the moment is to reach byte-for-byte compatibility with the current toolchain, so that it is easy to test the new tool and use it as a swap-in replacement. Let me know what you think, Best wishes Jeremy -- 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.
