react-md-editor
react-md-editor copied to clipboard
A simple markdown editor with preview, implemented with React.js and TypeScript.
MacOS has [native system-wide support on emacs key bindings on text editing fields][emacs], including textarea of all major browsers. However, the default shortcuts of react-md-editor uses the `ctrlcmd` modifier, which...
I am not able to get the checked and unchecked state from preview, whether we have selected any checklist or not? **Example**:- 
Can we give custom tooltip text to toolbar like we have buttonProps: { "aria-label": "Insert bold text", "titile": "Insert bold text" } for group but needed for single command. **example**:-...
The first time that the editor is loaded it's forcing a window reload. This should be avoided since the reload will, as expected, creating various issues such as losing states....
Can anyone tell me how to add underline option in toolbar
Im not familiar with all the build libraries. Is there an easy way I could create a bundle.js of the entire library and dependancies? Use case is trying to use...
I noticed that other similar MD editors support WYSIWYG mode. Were you thinking of implementing this feature? I wasn't able to find it anywhere throughout your documentation. Thanks!
Seeing a strange issue where the layers are not in line and showing duplicate data. See second half of this video: https://www.loom.com/share/2b9a883f95e043508353424e6a2ebdd9
The github-like style can not match the style theme of my project perfectly, how to change the built-in style?
Hello everyone I am a beginner to React. I am trying to modifiy the `add image` command. I want a `Modal` to appear on screen when I click the command,...