Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Customization
TiddlyWiki Community Wiki
This page is still incomplete. You can help by contributing to its expansion.
Please improve the article, or discuss the issue on the talk page.
TiddlyWiki is inherently flexible; with some basic knowledge of HTML and CSS, the entire layout can be easily adjusted.
All layout and style definitions are stored in shadow tiddlers by default, and can thus be modified from within the TiddlyWiki interface:
| Shadow Tiddler | Description |
|---|---|
| HTML Templates | |
| PageTemplate | HTML code for the composition of the overall page design. |
| ViewTemplate | HTML code for the individual tiddlers' layout |
| EditTemplate | HTML code for the tiddler editing mode |
| Style Sheets | |
| StyleSheet | CSS code for custom user styles |
| StyleSheetColors | CSS code for default color styles |
| StyleSheetLayout | CSS code for default layout styles |
| StyleSheetLocale | CSS code for locale-specific definitions |
| StyleSheetPrint | CSS code for default printing styles |
| ColorPalette | color scheme |
N.B.: Do not edit the default style-sheet shadow tiddlers (StyleSheetColors, StyleSheetLayout, StyleSheetLocale and StyleSheetPrint); using StyleSheet instead is more future- and upgrade-proof.
[edit] See Also
- Custom Tiddler Fields: Arbitrary custom fields within tiddlers.

