prose-im / prose-app-web

Prose Web application. XMPP client for team messaging.
https://prose.org/downloads
Mozilla Public License 2.0
22 stars 2 forks source link

Allow previewing message draft #142

Open nesium opened 2 weeks ago

nesium commented 2 weeks ago

When composing larger messages it would be handy to see a preview of the rendered version of the message. I'd suggest that we implement this like here in Github issues instead of having a WYSIWYG editor like Slack.

Let me know if you agree @valeriansaliou, so I can add a method to transform a Markdown string to HTML.

valeriansaliou commented 5 days ago

This sounds good to me, definitely not liking Slack's WYSIWYG editor so I'm open to a GH-like editor.

nesium commented 5 days ago

ProseClient now contains

previewMarkdown(markdown: string): string;