Previews when composing a message #178
Labels
a-compose
Compose box, autocomplete, attaching files/images
beta feedback
Things beta users have specifically asked for
Milestone
In the web app, we let the user double-check how their message will be rendered before they send it:
We should do the same in the mobile apps. (I didn't find an issue for this in
zulip-mobile
in a quick search.)Wanting this feature probably isn't quite as common in mobile, because one tends to stick to shorter messages with simpler formatting. But that's far from absolute.
Help Center doc: https://zulip.com/help/preview-your-message-before-sending
Implementation
The implementation should use this server endpoint to turn the draft text into HTML:
and then parse the HTML the same way we do for an actual message.
A prerequisite issue is:
The text was updated successfully, but these errors were encountered: