This is the fundamental definition of the TiddlyWiki user-interface. It defines the composition of the entire page. You can apply changes to the TiddlyWiki appearance, ranging from the subtle to the radical, by modifying this shadow.

There's one gotcha to be aware of if overriding this shadow: You do need to ensure the ~TiddlerDisplay div is present (which you would want to do anyway in most cases). If you don't want to show it, just add the following to the [[StyleSheet shadow]]:

.tiddlerDisplay { display: none; }

Link PageTemplate | <<slider chkPageTemplate PageTemplate 'view PageTemplate tiddler'>>