hackerwins / codepair-old

Real-time markdown editor for interviews, meetings and more...
https://codepair-old.yorkie.dev
Apache License 2.0
90 stars 29 forks source link

Implement Markdown View #152

Closed hackerwins closed 2 years ago

hackerwins commented 3 years ago

Description:

Users can easily write markdown content in CodePair. However, media such as images are not visible, which reduces readability in the editor.

Let's implement Markdown View Mode to make it easier for users to read the document.

It would be good to use the TOAST UI editor for markdown(TOAST UI editor uses ProseMirror internally). https://nhn.github.io/tui.editor/latest/tutorial-example01-editor-basic

Why:

gollumnima commented 2 years ago

@hackerwins Could I try this issue? I'm not sure I can do this work but want to try.. 🥲

hackerwins commented 2 years ago

Sure. But we need to support ProseMirror first. https://github.com/yorkie-team/yorkie-js-sdk/issues/257

gollumnima commented 2 years ago

@hackerwins Okay! I'll take a look at the issue that you mentioned first.

hackerwins commented 2 years ago

We implemented Markdown Editor by introducing SimpleMDE: https://github.com/yorkie-team/codepair/pull/190.