This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import chartPlugin from '@toast-ui/editor-plugin-chart'; // Chart Plugin | |
| import umlPlugin from '@toast-ui/editor-plugin-uml'; // UML Plugin | |
| import customPlugin from './customPlugins'; // User custom Plugin | |
| const editor = new Editor({ | |
| // … | |
| plugins: [ | |
| chartPlugin, | |
| umlPlugin, | |
| customPlugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ npm install @toast-ui/editor-plugin-chart # Chart plugin | |
| $ npm install @toast-ui/editor-plugin-uml # UML Plugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ npm install @toast-ui/editor-plugin-chart # Chart plugin | |
| $ npm install @toast-ui/editor-plugin-uml # UML Plugin |