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.
TiddlyWiki's default recipe file:
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.
Example
TiddlyWiki's default recipe file:
template: html/tiddlywiki.template.html recipe: tiddlers/split.recipe recipe: js/split.recipe copy: java/TiddlySaver.jar