Can you consider adding centered and right aligned markers?

Different languages may have different writing habits. I rarely use deletion, but I often need to center or right align the text

It would be nice to use such marks.

I don’t know if you already know this.

There are ways to accomplish different alignments in the tiddler text.


@@text-align: right;

This text is aligned right.

@@

@@text-align: center;

This text is aligned center.

@@

You can define your own classes and use them in your text using @@. You can read about them here.

You can also tell your TW to style your text depending on a tag or a field.

Like, you can tag your tiddlers with “Arabic” and tell TW to right-align all such tiddlers. Or set a field lang with the value “ar”.

1 Like