martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.
https://www.martinstoeckli.ch/silentnotes
Mozilla Public License 2.0
211 stars 35 forks source link

Support for Arabic language And Undo & Redo #97

Open abdo2048 opened 3 years ago

abdo2048 commented 3 years ago

When I type Arabic, the app types from Left to Right as if it was English. The Arabic is from Right to Left, and this leads to misbehave regarding typing, deleting..etc

The best software that handles Arabic in the right way is Microsoft Word. Because there are applications that support Arabic but still something going wrong! So I don't know much, but if you could know how Word is handling Arabic and implement this in your app, it would be nice.

Also, adding Undo and Redo buttons is good and hope to see it soon. Thank you for your great efforts.

Details: Device: Xioami Redmi Note 4 Android Version: 7.0 NRD90M MIUI Version: MIUI Global 11.0.2 (NCFMIXM)

martinstoeckli commented 3 years ago

To support right-to-left writing, I have to rely on the underlying editor, and it is not so easy to find a good editor which is cross-platform. I did a quick search though and it seems that this mode would be supported. There are two hurdles at the moment, first I wouldn't be able to test it accurately and second I'm thinking about replacing the editor with ProseMirror, because this editor would offer more features than the current one.

So don't expect it any time soon, but I will keep it in mind, when making tests with the new editor.

abdo2048 commented 3 years ago

Understandable, Take your time, we are not in a hurry.

martinstoeckli commented 1 year ago

The undo/redo feature is now implemented in version 7.2.0

abdo2048 commented 1 year ago

Great, thank you for your efforts.