material-ui-markdown-editor
material-ui-markdown-editor copied to clipboard
React.js Markdown editor component based on material-ui
It looks like this project is using an outdated CodeMirror or React version but I can't get my project to load when I import the MarkdownEditor Component. I get the...
``` Toolbar.render node_modules/material-ui-markdown-editor/node_modules/material-ui/Toolbar/Toolbar.js:82 79 | noGutter = _props.noGutter, 80 | style = _props.style, 81 | other = (0, _objectWithoutProperties3.default)(_props, ['children', 'className', 'noGutter', 'style']); > 82 | var prepareStyles = this.context.muiTheme.prepareStyles;...
There should be a possibility to sect custom component for image dialog. That will give more flexibility, so one can build interface for image uploading.
When cursor is at _Heading_, selected heading should be highlighted in the dropdown, not just the dropdown trigger. It will be easier to understand, that selecting item from dropdown list...