react-markdown-editor icon indicating copy to clipboard operation
react-markdown-editor copied to clipboard

A markdown editor using React/Reflux

Results 18 react-markdown-editor issues
Sort by recently updated
recently updated
newest added

Am using latest react-fontawesome lib, am able to get icons to show up by importing and watching dom to replace `i` tags with svg-icons, but `file-image-o` is not included in...

Enhancement

Hi, I experienced this error when trying to increase the height of the `textarea` using: ``` import React from 'react'; import {MarkdownEditor} from 'react-markdown-editor'; class ReactMdeDemo extends React.Component{ render() {...

I am using this package and before I didn't have any problem. but after updating react with `npm install`, this issue happen. When The page is rendering this component produce...

…or preview mode If Markdown Editor has been initialized with `editMode = false`, Just like git, viewer can see the markdown first, and if there is something to update, can...

i want only certain profiles to be able to edit the markdown and others to just see the preview, anyway to do that?

Enhancement
Good First Bug

hi anyway to make default preview scrollable? ``` styles: {{ styleMarkdownPreviewArea: {padding: "5px 10px", overflow: "auto"} }} ```

The current onContentChange event is triggered on each keypress which isn't ideal if you're auto-saving the editor contents. Is there a way to have it triggered on the onBlur (i.e...

Reproduce: I want to create a list: click the list button without text selected: I should get some sample markdown. Instead getting nothing as if the button doesn't work

Help Wanted
Feature

Reproduce: select a part of the text that you want to apply style to. Then click the button (bold,...) then click the button again, again and again. Result will be...

Help Wanted
Feature