1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-04-05 18:26:56 +00:00

Fix for bidi in the text editor

This commit is contained in:
Jeremy Ruston 2025-02-14 17:48:54 +00:00
parent 89f5e0802d
commit b92636e715

View File

@ -1319,6 +1319,8 @@ button.tc-btn-invisible.tc-remove-tag-button {
border: 1px solid <<colour tiddler-editor-border>>;
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,