LTR/RTL Support
RTL (Right-To-Left) support is quite necessary when using the editor to write in languages such as hebrew or arabic. A simple text alignment right does not result in the same effect.
https://www.w3schools.com/tags/att_global_dir.asp
Preferrably, buttons to switch text direction to LTR or RTL is what is needed here.
Interesting issue. This seems extremely non-standard. Have any examples other native web elements that allow RTL support?
- Global 'dir' attribute: can be used on any element to specify text direction (See https://www.w3schools.com/tags/att_global_dir.asp)
- bdi and bdo tags to override directionality
- More information (css-tricks)
- tinymce directionality plugin: https://www.tinymce.com/docs/plugins/directionality/
- quill support: https://quilljs.com/docs/formats/
- summernote plugin: https://github.com/virtser/summernote-rtl-plugin
@TheHolyWaffle thanks for the info. If this is necessary for you, feel free to submit a PR!
Please make this a per-paragraph feature. Having this affect the whole text is not fun for us RTL'ers (imagine including a code section).