Markdown Editor RTL support?

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:

  1. I tried changing interface language to Arabic, didn’t help - although i prefer english interface, just with correct RTL.

Hello Khalid

Which Directus version are you on? It seems the team has added the RTL support on 11.10.0+ https://github.com/directus/directus/pull/25494