-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
feat: Live preview message composer #30414
base: develop
Are you sure you want to change the base?
feat: Live preview message composer #30414
Conversation
|
63a749c
to
8435f90
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rocket.Chat uses it's own parser (@rocket.chat/message-parser
) instead of Markdown because we do not follow the CommonMark specification. Also, this parser outputs a structure that is not HTML, therefore it's not the format I'd personally pass to Quill to render. Maybe doing a translation between the message parser AST output and Quill's Deltas is the way to go.
#31731 |
Proposed changes (including videos or screenshots)
Make the message composer live preview feature instead of just adding markdown tokens that styles/parse the message in the Message List.
Here is my proposal
Steps to test or reproduce
The following markdown preview should be enabled -
Current Working
screen-capture.online-video-cutter.com.1.mp4