mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #676] RTL support #355
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#355
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ajmandourah on GitHub (Nov 8, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/676
as for the latest release, RTL is not supported fully. you can surly write in RTL langs but both RTL direction and makdown preview would be appreciated
@Rokt33r commented on GitHub (Aug 23, 2021):
@ajmandourah I'd like to know how we should support RTL. Codemirror itself actually supports RTL so I think we can use it
https://codemirror.net/demo/bidi.html
Do you think adding a direction(RTL/LTR) toggle button to the editor status bar(bottom of the editor) would be enough?