material-ui-markdown-editor icon indicating copy to clipboard operation
material-ui-markdown-editor copied to clipboard

React.js Markdown editor component based on material-ui

Results 4 material-ui-markdown-editor issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement