-
Notifications
You must be signed in to change notification settings - Fork 12
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
[Story] RTE Rich text mode on EX #1937
Comments
@alfogrillo @langleyd I've pulled the error tracking requirement for iOS out of this story into a separate issue to be prioritised separately: |
iOS: code block and inline code colours need to be updated to the designs Android: there is still the border radius issue when moving from one line onto two lines. Code block spacing around the mono font is inaccurate in the composer. Code block and inline code colours are inconsistent in the composer vs on the timeline |
Sorry yes. On dark mode the text colour for code blocks is the same colour as the background making the text impossible to see. I also wanted to note that we discussed the difficulty getting inline code and code blocks to match the designs , and it's something to work on when there is more time. |
I also noticed on Android that the mono font text size is different for code blocks vs inline code |
I think the code block colour error is a bug: RPReplay_Final1697126127.mp4 |
Just for the record: this seems not to be a color issue, but a bug on the RTE. Simulator.Screen.Recording.-.iPhone.14.-.2023-10-12.at.17.55.20.mp4 |
You found the same problem! 😄 |
Any outstanding tasks will be added to element-hq/element-x-ios#1702 |
Description
Size estimate
M
Dependencies
Acceptance criteria
Formatting buttons
Message content can be formatted with:
Hide and show formatting buttons
Message output
When the user presses the send button, the app should send a message event with both:
formatted_body
containing the HTML output of the rich text editor andbody
containing the markdown formatted output of the rich text editor.Out of scope
Sign-off
Android
iOS
Subtasks
Android
iOS
Other
RoomMessageEventContentWithoutRelation
for send / reply / edit matrix-org/matrix-rust-sdk#2459Links
The text was updated successfully, but these errors were encountered: