sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.88k stars 1.13k forks source link

RTL support #629

Open yukhnevych opened 7 years ago

yukhnevych commented 7 years ago

Hello,

I have a question how to enable RTL for simplemde?

I've tried simplemde.codemirror.setOption('direction', 'rtl');, but unsuccessfully. Maybe there is any other option to enable it? CodeMirror does support of RTL https://codemirror.net/demo/bidi.html

DannyBen commented 6 years ago

Any chance of this being implemented? It looks like it is very close to being functional - I can only see some padding/margin related styling issues - other than that it is almost good to go.