react-md-editor
react-md-editor copied to clipboard
A simple markdown editor with preview, implemented with React.js and TypeScript.
Hello I was using this library overall it is best but at one point I'm stuck, that is implementation of auto suggestion as props in editor so that if I...
``` Unhandled Runtime Error TypeError: this.setData is not a function Call Stack enterTable node_modules\mdast-util-gfm-table\lib\index.js (76:0) compile node_modules\remark-parse\node_modules\mdast-util-from-markdown\dev\lib\index.js (345:0) fromMarkdown node_modules\remark-parse\node_modules\mdast-util-from-markdown\dev\lib\index.js (177:0) parser node_modules\remark-parse\lib\index.js (33:23) parse node_modules\unified\lib\index.js (668:0) ReactMarkdown node_modules\react-markdown\lib\react-markdown.js (106:0)...
preview mode - Toolbar Buttons are not disabled (Edit Code/Live Code/Preview Code/Toggle fullscreen)
On the preview mode, `` currently if it is the preview mode (disabled to type) it disables the toolbar options on the left like bold, Italic bts but not the...
I get this behaviour in latest "@uiw/react-md-editor": "^3.20.7", seems similar to other cursor issues  Using electron 24 which is chromium based
Scrolling on the preview is not scrolling the editor on v3.23.5
``` ``` **Img and P tags are not working in preview of MdEditor:** ``` {setValue(value)}} preview="edit" commands={[...commands.getCommands(), uploadImage, help]} previewOptions={{ linkTarget: '_blank', rehypePlugins: [ [ rehypeSanitize, { ...defaultSchema, attributes: {...
Hello, I want to use the replaceSelection function of `TextAreaTextApi` inside my component. How can I set it up or get access to the target \?
I'm wondering if it's possible to use the preview mode and it being editable?
When using the ``` code block, the whole page crashes with multiple errors in the console: ``` react-dom.development.js:18687 The above error occurred in the component: at ReactMarkdown (https://website/static/js/bundle.js:233154:42) at div...