Note: An alternative skin, TW4MW (work in progress), is available from the user preferences.
How do I justify all the text in every tiddler?
TiddlyWiki Community Wiki
To set the default text alignment for all tiddlers, put something like this into your StyleSheet tiddler:
.viewer {
text-align: justify;
}
that CSS rule will fully justify your tiddler text.

