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

I need to: 1. Find the exact position of the caret 2. Able to place it at any location My idea is to use `MediumEditor.selection.getCaretOffsets(element, range)`, then use some way...

Is there a way to programatically hide the toolbar?? So far I only found this one: ```js $('.medium-editor-toolbar').removeClass('medium-editor-toolbar-active'); ```

While pasting from ms word comments are not being removed. copy paste from word **Expected behavior:** [What you expected to happen] comments should be removed **Actual behavior:** [What actually happened]...

Would like to see an integration with Loom to go along with the Youtube and vimeo integration.

let's say I selected a paragraph, then selected `bold` from the toolbar, now when I hit the return key the new paragraph will be bold too. Is there a way...

### Description I configured the **static** toolbar to work with alignment of the text. ``` toolbar: { buttons: ['justifyFull', 'justifyLeft', 'justifyCenter', 'justifyRight'] , static: true, relativeContainer: this.emailEditorNode, updateOnEmptySelection: true, sticky:...

browser-chrome

Hello everyone It will be great if there's a d.ts definition for medium-editor to help typescript development. I started a repo and create a d.ts file. But I don't have...

enhancement
question

### Description Copying text with bullet points along with image from MS Word and pasting into Medium Text editor is loosing its format and also the image is not getting...

### Description in demo page you can repro the bug follow the steps bellow ### Steps to reproduce 1. Select all the first paragraph, then apply italics style, and next...

### Description When we copy-paste the HTML content to the editor it lost's few spaces between few words. ### Steps to reproduce 1. Copy an HTML content which contains few...