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

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.

Results 111 medium-editor issues
Sort by recently updated
recently updated
newest added

### Description I am using medium-editor for my developing blog. I want to add code by copy-paste and then use prism.js to display it. Currently when I copy & paste...

### Description When i use the `` button and try to insert some code, medium editor comments all the code. Example: `` becomes: `` when i save it. - medium-editor:5.23...

| Q | A | ---------------- | --- | Bug fix? | yes | New feature? | yes | BC breaks? | no | Deprecations? | no | New tests...

Hi, I'm the main author of the text editor on Medium.com. Some people have told me they're confused about whether this project is our editor or not. When talking to...

question

when I am deleting everything from text editor still medium editor adding a paragraph with a break inside it. You can see the attached image. ![issue](https://user-images.githubusercontent.com/60581494/118855155-1becce80-b8f3-11eb-9f4a-264c529311f8.png) I want to remove...

I'm using medium-editor in angular 11. Its a blog application, where i'm using medium-editor for blog content ("medium-editor": "^5.23.3",). On trying to edit the same content, after saving and re...

### Description When you use the clipboard event everything works just fine. It's when you paste using cmd+v or ctrl+v that it doesn't work. However, if I set the forcePlainText...

Cant align placeholder into the center or the right, but can change color of it: `.medium-editor-placeholder:after { text-align: right; color: red; float: right; direction: rtl; }` color will be red,...

### Description How to add inline styles to the anchor created by the link button? ### Steps to reproduce buttons: [ { name: 'anchor', style: [{ prop: 'color', value: '#FFF'...

I have some html which looks like this This is some sample speech bubble text. What happens is that if I select the text and start editing it all works...