This file holds a number of configuration settings currently not included in the document's Document settings in the config sub-folder of the Tinderbox Support folder. The file is stored Most settings relate to weblogs and RSS but two are for general use:
- RecentFileLimit. The number of recently used files to list. Default is 7.
- UniqueValueLimit. The maximum allowable number of discrete values for an string attribute value list. The current default is 99. If the limit is exceeded the attribute pop-up list is not shown.
The application should be re-started after editing these files to ensure changes are detected.
From v6.4.0, two new elements may be overridden in config.xml. The default font name sets the default $TextFont for newly-created documents, and 1-9 sets the relative $TextFontSize from 1 (tiny) to 9 (huge). For instance:
<TextFont>Helvetica Neue</TextFont>
<code><TextSize>4</TextSize>
The default content config.xml (as in the app package):
<config version="1">
<RecentPostLimit> 25 </RecentPostLimit>
<RecentFileLimit> 7 </RecentFileLimit>
<UniqueValueLimit> 99 </UniqueValueLimit>
<TechnoratiServer>http://rpc.technorati.com/rpc/ping</TechnoratiServer>
<TechnoratiMethod>weblogUpdates.ping</TechnoratiMethod>
<WeblogsComServer>http://rpc.weblogs.com/RPC2</WeblogsComServer>
<WeblogsComMethod>weblogUpdates.ping</WeblogsComMethod>
<FeedsterServer>http://api.feedster.com/ping</FeedsterServer>
<FeedsterMethod>weblogUpdates.ping</FeedsterMethod>
<GoogleServer>http://blogsearch.google.com/ping/RPC2</GoogleServer>
<GoogleMethod>weblogUpdates.extendedPing</GoogleMethod>
</config>