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

React wrapper for medium-editor

Results 26 react-medium-editor issues
Sort by recently updated
recently updated
newest added

These commits fixes three bugs: 1. At first typing you can see sudden increasing text field height. 2. Problems with text field updating. For example, you can reproduce it on...

I had issues where typing at the end of a line would lead to a jump of the cursor position to the beginning of the next paragraph using the latest...

When I write on a line that is not the last, after writing 1 character, it takes me to the next line, I want to continue writing on the same...

I currently don't really know where to start with when trying to use some of the existing medium-editor extensions, e.g. from here: https://github.com/yabwe/medium-editor/wiki/extensions-plugins together with the react-medium-editor component. Does anyone...

![warining](https://user-images.githubusercontent.com/27922676/90593310-356ab980-e1ad-11ea-8e91-7856283a28c3.png)

How can I remove the placeholder or customize the text show? ![image](https://user-images.githubusercontent.com/35480414/74749273-86feaf80-522f-11ea-8c6e-d671a5329f35.png) And why if I have another input before I cannot access to it after I entered text on...

It only adds br-tag after the cursor position. This doesn't happen on paragraphs, only on h1 and h2. Try it here: https://wangzuo.github.io/react-medium-editor/

So, now the problem is the following, I have various inputs, the Medium Editor is for the body of the text, whatever, the moment I enter on the Medium Editor...