Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Since the rewrite, text is only left-to-right. #124

Open
Eliad654 opened this issue Oct 4, 2022 · 2 comments
Open

Since the rewrite, text is only left-to-right. #124

Eliad654 opened this issue Oct 4, 2022 · 2 comments

Comments

@Eliad654
Copy link

Eliad654 commented Oct 4, 2022

I'm on Android. I write various non-technical things in the app in both English and Hebrew, which is written right-to-left. Before the rewrite, every new line would be assigned a text direction based on the first character (I think), so when I started writing in Hebrew it would stay right-to-left until I pressed Enter. Now it is locked to left-to-right and there's no way to change that, not even manually. The way it was before sounds the best and most convenient to me. I would love to see this reverted or at least a reply saying it won't ever be.

@farmerbb
Copy link
Owner

farmerbb commented Oct 9, 2022

I went ahead and implemented proper RTL support as a setting, so that the entire app layout will switch to RTL when enabled.
Unfortunately, it doesn't replicate the behavior of English text lines being LTR and Hebrew text lines being RTL, but it should hopefully be an improvement over what the behavior is right now.

@Eliad654
Copy link
Author

Eliad654 commented Oct 9, 2022

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants