Description


Update config settings, usually tiddlyweb.config, with additional date in the form of a dict.

Parameters


Returns


Example


    merge_config(config, {'css_uri': 'http://example.com'})


Notes


reconfig, when True (the default), will cause tiddlywebconfig.py to be reread and reprocessed after additional_config has been merged in. This is done to ensure that overrides in tiddlywebconfig.py take precedence.