Closed hackerwins closed 2 years ago
@hackerwins Could I try this issue? I'm not sure I can do this work but want to try.. 🥲
Sure. But we need to support ProseMirror first. https://github.com/yorkie-team/yorkie-js-sdk/issues/257
@hackerwins Okay! I'll take a look at the issue that you mentioned first.
We implemented Markdown Editor by introducing SimpleMDE: https://github.com/yorkie-team/codepair/pull/190.
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: