mah51 / ScuffedMDB

An open-source website to rate movies watched with friends, made with next.js & chakra-ui. Hosted on vercel.com.
https://smdb.mikeroph.one
MIT License
104 stars 15 forks source link

Effects of Markdown visible when typing comments #46

Closed olig89 closed 3 years ago

olig89 commented 3 years ago

Behaviour that matches Discord in that you can see see Markdown symbols but it's all formatted as it would look.

mah51 commented 3 years ago

While this is a nice idea, im not too sure how this would be achieved. I could add a 'preview' window, but that is clunky and takes up a lot of space for a feature that isnt that complicated to use. The only way I think it would work is if I had a plugin that could add all the formatting while keeping the markdown, and then the html would be stripped while saving the comment or something but i couldnt find a plugin like that :(.