[Feature]: RTL text direction support in chat #12230
ShayFeldboy1010
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I use T3 Code in Hebrew every day. Right now every chat message renders left-to-right, so Hebrew (and mixed Hebrew/English with code and numbers) reads broken: sentences align to the wrong side, trailing punctuation jumps to the wrong end, and inline code lands in the wrong place.
Request: auto-detect message direction per paragraph (dir="auto" on message text), so Hebrew and Arabic paragraphs flow right-to-left while code blocks stay left-to-right. A manual direction toggle would also work.

Environment: macOS desktop app, also web. Checked the Appearance docs: no direction setting exists today.

All reactions