Closed mnosuk closed 5 years ago
we have props toolbarItems and we have ext
toolbarItems
ext
<Editor initialValue="hello react editor world!" previewStyle="vertical" height="600px" initialEditType="markdown" useCommandShortcut={true} exts={[ { name: 'chart', minWidth: 100, maxWidth: 600, minHeight: 100, maxHeight: 300 }, 'scrollSync', 'colorSyntax', 'uml', 'mark', 'table' ]} /> );
but i'm not sure if i want to add something like "textbubble" for my toolbar, how can I add it?
we have props
toolbarItems
and we haveext
but i'm not sure if i want to add something like "textbubble" for my toolbar, how can I add it?