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.

Hello! Thanks for quick reply. I just pulled the image, using temporary docker one liner for testing. it's on v11.11.0. It seems the update related to general UI and not nessarily the editor / md editor content?
– jihadIf the RTL support doesn't extend to the editor/Markdown content, it might be worth creating an issue so the team can look into it.
– ahmad_quvoryeah seems so. Noted, just added an issue
– jihad