Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.42k stars 316 forks source link

Make the text direction change based on the keyboard language or the first letters in the line #477

Open MohamedAliRashad opened 2 years ago

MohamedAliRashad commented 2 years ago

I don't know how hard this can be but is it possible to have the editor change the text direction based on the starting charters of the line if it a ltr language like English it starts from left to right ... if it's a rtl language like Arabic it goes from right to left.

Is this possible ?