Realtime Markdown editor on web site

Publish : Update :

카테고리:

태그: , , ,

Find out a way edit or new post realtime on web site via Markdown editor such as Obsidian from sticky note

Install related package

  • Don’t know for what it was
npm i npm-run-all onchange uglify-js react-scripts --save-dev

Toast-UI Editor

npm i react react-dom eslint @toast-ui/editor @toast-ui/react-editor @toast-ui/editor-plugin-chart @toast-ui/editor-plugin-code-syntax-highlight @toast-ui/editor-plugin-color-syntax @toast-ui/editor-plugin-table-merged-cell @toast-ui/editor-plugin-uml --save

npm command abbreviation

 npm install -global {package}
 npm i -g {package}
 
 npm uninstall -global {package}
 npm un -g {package}
 
 npm install -save {package}
 npm i -s

 npm install -save-dev {package}
 npm i -D {package}