memos
memos copied to clipboard
rtl support + font arabic, persian
Is your feature request related to a problem?
when merging Persian with English it shows backwards
backward
Describe the solution you'd like
it would be great to add rtl content support and font for this awesome project

Additional context
No response
@darth-ali Glad to hear from Arabic! You can add a addition style in the systen setting with the following code. Then the rtl problem solved.
html {
direction: rtl;
}
And maybe you can contribute the style and font you want.
@darth-ali Glad to hear from Arabic! You can add a addition style in the systen setting with the following code. Then the rtl problem solved.
html { direction: rtl; }And maybe you can contribute the style and font you want.
thank you for your reply I did this but English texts also changed to right to left things have gone ugly :)
I was wondering if there were any news about Arabic / rtl support?