uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.03k stars 149 forks source link

Controlled toolbar? #616

Open adaboese opened 5 months ago

adaboese commented 5 months ago

Is there a way to create a toolbar outside of the editor?

All examples that I can find are customizing the existing toolbar.

jaywcjlove commented 4 months ago

@adaboese You might need to manipulate this through a ref, which can be a bit more complex.