From b92636e715b767d6fd5289d4e8dcc75b7594854e Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Fri, 14 Feb 2025 17:48:54 +0000 Subject: [PATCH] Fix for bidi in the text editor --- themes/tiddlywiki/vanilla/base.tid | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index c795ad362..f60d8bff9 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -1319,6 +1319,8 @@ button.tc-btn-invisible.tc-remove-tag-button { border: 1px solid <>; line-height: 1.3em; font-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}}; + unicode-bidi: plaintext; + text-align: start; /* Align text automatically left/right*/ } .tc-tiddler-frame input.tc-edit-texteditor,