Is it possible for the Markdown editor to visually support RTL?
This is how it looks compared to Obisidian Editor for example:
Tried asking chatgpt and it gave me global css to add to the appearence settings:
[data-collection="Post"][data-field="content"] .interface-input-rich-text-md.editor .cm-editor,
[data-collection="Post"][data-field="content"] .interface-input-rich-text-md.editor .cm-content { direction: rtl !important; text-align: right !important; }
[data-collection="Post"][data-field="content"] .interface-input-rich-text-md.editor .cm-gutters { direction: ltr !important; text-align: left !important; }
But it didn’t work. (although i know its forcing it all RTL, not dynamic like obsidian, but its better than nothing).
Note:
- I tried changing interface language to Arabic, didn’t help - although i prefer english interface, just with correct RTL.
