OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 338 forks source link

If HTML direction is rtl, so should the Epic Editor #399

Open Flimm opened 8 years ago

Flimm commented 8 years ago

Epic Editor should detect wether it has been inserted under a parent with direction: rtl set, and set its own elements with the corresponding direction.

Alternatively, there should be an option that allows you to set direction to rtl in the Javascript code.

This would make Epic Editor more useful for right-to-left languages like Arabic.