Every instance may have a tiddlywebconfig.py located in the working directory of the instance. If twanager instance is used to create the instance, it will create a tiddlywebconfig.py for you.

The tiddlywebconfig.py contains information used to override the TiddlyWeb configuration defaults found in the tiddlyweb.config package. You can see more information about the keys of the configuration file:

    pydoc tiddlyweb.config


tiddlywebconfig.py is a Python module, containing a dict. At process startup its values are merged over the top of the default config.

In regular usage tiddlywebconfig.py is used to include plugins in your instance, set logging verbosity and control the CSS used on some pages.