react-medium-editor
react-medium-editor copied to clipboard
React wrapper for medium-editor
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...

How can I remove the placeholder or customize the text show?  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...