The following instructions assume the use of TiddlyWebWiki.

Setting Up an Instance with the DevStore


Modifying an Existing Plugin


TiddlyWebWiki uses Cook-style recipes to indicate the default set of tiddlers in the system bag.

If the path in the instance's local_instance_tiddlers is set up properly, the local plugin files can be modified directly.

Adding a New Plugin


'local_instance_tiddlers': {
    'system': [
        '../../../TiddlyWiki/svn.tiddlywiki.org/Trunk/verticals/TiddlyWebWiki/index.recipe',
        '/path/to/foo.js'
    ]
}