Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
Shadow Tiddlers
TiddlyWiki Community Wiki
(Redirected from Shadow Tiddler)
Many of TiddlyWiki's default configuration settings are stored in built-in "shadow" tiddlers. These are tiddlers that are "preloaded" with default contents.
A list of all shadow tiddlers is available through the sidebar's More > Shadowed tab (using the list macro).
Regular tiddlers take precedence over shadow tiddlers. Thus default contents can be modified or overridden by editing the respective shadow tiddler (which automatically creates a regular tiddler of the same name).
A shadow tiddler's default contents can be restored by deleting or renaming the respective regular tiddler.
[edit] Default Shadow Tiddlers
| Shadow Tiddler | Default value | Description |
| User Setup | ||
| SiteTitle | My TiddlyWiki | Defines the first part of the page title |
| SiteSubtitle | a reusable non-linear personal web notebook | Defines a SubTitle for the page This shadow tiddler is used as the second part of the page title |
| SiteUrl | http://www.tiddlywiki.com/ | Identifies the full target URL for publication |
| DefaultTiddlers | GettingStarted | The tiddlers listed in this shadow tiddler will be automatically displayed when TiddlyWiki starts up |
| GettingStarted | See GettingStarted | Provides basic usage instructions for setting up a TiddlyWiki page |
| MainMenu | GettingStarted | Defines the contents of the main menu, by default in the left-hand column of the screen |
| Advanced Setup | ||
| MarkupPreHead | <link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml'/> | The contents of this tiddler are inserted at the top of the <head> section of the TiddlyWiki HTML file |
| MarkupPostHead | The contents of this tiddler - empty by default - are inserted at the bottom of the <head> section of the TiddlyWiki HTML file | |
| MarkupPreBody | The contents of this tiddler - empty by default - are inserted at the top of the <body> section of the TiddlyWiki HTML file | |
| MarkupPostBody | The contents of this tiddler - empty by default - are inserted at the bottom of the <body> section of the TiddlyWiki HTML file | |
| Import & Plugins | ||
| ImportTiddlers | <<importTiddlers>> | This shadow tiddler provides access to importing tiddlers |
| PluginManager | <<plugins>> | Provides access to the plugin manager |
| Templates & Style Sheets | ||
| PageTemplate | See PageTemplate | The HTML template in this shadow tiddler determines the overall TiddlyWiki layout |
| ViewTemplate | See ViewTemplate | The HTML template in this shadow tiddler determines how tiddlers look |
| EditTemplate | See EditTemplate | The HTML template in this shadow tiddler determines how tiddlers look while they are being edited |
| ColorPalette | See ColorPalette | These values in this shadow tiddler determine the colour scheme of the TiddlyWiki user interface |
| StyleSheetLayout | See StyleSheetLayout | This shadow tiddler contains CSS definitions related to the layout of page elements. DO NOT EDIT THIS TIDDLER, instead make your changes in the StyleSheet shadow tiddler. |
| StyleSheetColors | See StyleSheetColors | This shadow tiddler contains CSS definitions related to the color of page elements. DO NOT EDIT THIS TIDDLER, instead make your changes in the StyleSheet shadow tiddler. |
| StyleSheet | This tiddler - empty by default - can contain custom CSS definitions | |
| StyleSheetPrint | See StyleSheetPrint | This shadow tiddler contains CSS definitions for printing |
| StyleSheetLocale | See StyleSheetLocale | This shadow tiddler contains CSS definitions related to the translation locale |
| SideBar Tabs | ||
| SideBarOptions | See SideBarOptions | Used as the contents of the option panel in the right-hand sidebar |
| OptionsPanel | See OptionsPanel | Used as the contents of the options panel slider in the right-hand sidebar |
| AdvancedOptions | <<option>>> | Provides access to several advanced options |
| SideBarTabs | <<tabs txtMainTab "Timeline" "Timeline" TabTimeline "All" "All tiddlers" TabAll "Tags" "All tags" TabTags "More" "More lists" TabMore>> | Used to define the tabs panel in the right-hand sidebar |
| TabTimeline | <<timeline>> | Displays all tiddlers in reverse chronological order, and by default is displayed as the 'Timeline' tab in the right-hand SideBar |
| TabAll | <<list all>> | Displays alphabetical list of all tiddlers - except for unedited Shadow Tiddlers and is included in SideBarTabs in the right-hand sidebar |
| TabTags | <<allTags excludeLists>> | Displays a list of all Tags, and is included in SideBarTabs in the right-hand sidebar |
| TabMore | <<tabs txtMoreTab "Missing" "Missing tiddlers" TabMoreMissing "Orphans" "Orphaned tiddlers" TabMoreOrphans "Shadowed" "Shadowed tiddlers" TabMoreShadowed>> | Contains the contents of the 'More' tab in the right-hand sidebar |
| TabMoreMissing | <<list missing>> | Displays Missing Tiddlers, and is included in TabMore, displayed in the right-hand sidebar |
| TabMoreOrphans | <<list orphans>> | Displays Orphan Tiddlers, and is included in TabMore, displayed in the right-hand sidebar |
| TabMoreShadowed | <<list shadowed>> | Displays Shadow Tiddlers, and is included in TabMore, displayed in the right-hand sidebar |

