flatnotes
flatnotes copied to clipboard
Add automatic RTL Support
I used customHTMLRenderer to add the attribute dir=auto to the document class of the editor, which means that it will detect if any text contains RTL characters and display them properly.
The effect of this change can be tested by non-RTL-readers by pasting arabic characters and noticing the change in behaviour when trying to type on them.
Should close #43