개발관련이야기들/React

리액트 마크다운 에디터! Toast UI

안돌이 2022. 9. 22. 14:11

원래 의도는 Material-UI 마크다운 에디터를 사용하는것이었는데

예상보다 잘 동작하지 않았다.. 이것저것 찾아보던중이 Toast ui editor를 찾았다.

비교적 쉽게 적용가능하다 

 

https://clip-code.tistory.com/entry/React-toast-ui-editor-%EB%A7%88%ED%81%AC%EB%8B%A4%EC%9A%B4-%EC%97%90%EB%94%94%ED%84%B0-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0

 

[React] toast-ui editor 마크다운 에디터 사용하기

💾 설치하기 npm 사용해서 설치 npm install --save @toast-ui/react-editor 📍 plugin 설치 code-syntax-highlight npm install @toast-ui/editor-plugin-code-syntax-highlight color-syntax npm install --save..

clip-code.tistory.com

 

https://github.com/nhn/tui.editor#-why-toast-ui-editor

 

GitHub - nhn/tui.editor: 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible. - GitHub - nhn/tui.editor: 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.

github.com