Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Dev:Recipe
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.
The TiddlyWiki core code is stored and developed as a collection of individual files, which makes it more manageable.
A recipe file determines which code files, tiddlers and HTML components to put together - somewhat like a jigsaw puzzle. Cook then reads the recipe file and generates a new TiddlyWiki document from it.
Recipes can reference one another, making it straightforward to create a multiple variants of TiddlyWiki at one time.
[edit] Example
TiddlyWiki's default recipe file:
template: html/tiddlywiki.template.html recipe: tiddlers/split.recipe recipe: js/split.recipe copy: java/TiddlySaver.jar

