Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Dev:Cook
TiddlyWiki Community Wiki
This page is still incomplete. You can help by contributing to its expansion.
Please improve the article, or discuss the issue on the talk page.
Cook is the build tool for TiddlyWiki. It utilizes recipes to stitch together TiddlyWiki HTML files from their constituent chunks.
by Paul
Here's A quick start guide to using subversion on Unix/Cygwin shell: $ mkdir tiddlywiki $ cd tiddlywiki $ svn co svn.tiddlywiki.org/Trunk/ $ cd Trunk $ export TW_TRUNKDIR=$PWD $ PATH=$PATH:$TW_TRUNKDIR/tools/cooker/bash $ cd contributors/PaulDowney/plugins/FadingMessagesPlugin $ cook $ open index.html

