Overview of TOAST UI Editor packages
masterTOAST UI Editor is a GFM (GitHub Flavored Markdown) and WYSIWYG editor that supports both Markdown and visual editing modes. It is available as a plain JavaScript component, framework-specific wrappers, and a variety of functional plugins.
Core Package
@toast-ui/editor: The primary plain JavaScript component.
Framework Wrappers
@toast-ui/react-editor: A wrapper for React applications.@toast-ui/vue-editor: A wrapper for Vue.js applications.
Available Plugins
@toast-ui/editor-plugin-chart: Renders charts via TOAST UI Chart.@toast-ui/editor-plugin-code-syntax-highlight: Provides syntax highlighting using Prism.js.@toast-ui/editor-plugin-color-syntax: Adds a GUI color picker to change text color.@toast-ui/editor-plugin-table-merged-cell: Enables merging table columns in headers and bodies.@toast-ui/editor-plugin-uml: Renders UML diagrams via PlantUML.