TUM-Dev / gocast

TUMs lecture streaming service.
https://live.rbg.tum.de/
MIT License
185 stars 42 forks source link

Markdown Preview #747

Open alexanderstephan opened 1 year ago

alexanderstephan commented 1 year ago

Is your feature request related to a problem? Please describe. Zulip, GitLab etc. have a preview mode for mark down. I find it really useful to see how it looks before sending a message (submitting a description change e.g.). It would be even more useful when we have https://github.com/joschahenningsen/TUM-Live/issues/679.

Describe the solution you'd like Maybe a tab view were one is the markdown preview. If space is limited maybe an eye icon that renders the preview.

Should be working for all inputs where Markdown is accepted, e.g. chat, video descriptions, ...

Describe alternatives you've considered None in this case. If we want this feature, this is probably the only option to do it.

MatthiasReumann commented 1 year ago

For admins we could even use something like quill.js - a WYSIWYG editor. This one also looks pretty promising.

joschahenningsen commented 1 year ago

I'll work on this if it's free :)