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.
.viewer {
text-align: justify;
}
that CSS rule will fully justify your tiddler text.