@techie_doubts/editor-plugin-flowchart
v3.0.1
Published
TOAST UI Editor : Flowchart Plugin
Maintainers
Readme
TOAST UI Editor : Flowchart Plugin
HedgeDoc-like flowchart rendering for
\``flowand```flowchart` fenced blocks.
Install
npm install --save @techie_doubts/editor-plugin-flowchartUsage
import { Editor } from '@techie_doubts/tui.editor.2026';
import flowchartPlugin from '@techie_doubts/editor-plugin-flowchart';
const editor = new Editor({
el: document.querySelector('#editor'),
plugins: [flowchartPlugin],
});