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'm unable to click toolbar buttons inside of a [Vuetify Dialog](https://vuetifyjs.com/en/components/dialogs/), no events are triggered and the toolbar closes. I saw a similar issue with Bootstrap modals but...

### Description Hi! Thanks a lot for the add-on, it's awesome :) I'm currently having the following issue: When trying to paste using cmd + v on the `contenteditable`, the...

You guys can use discussions now.

### Description I want the user to enter a shortcut, then render that shortcode to html for display ### Steps to reproduce Syntax: [text-shortcut] video url [/test-shortcut] Desired: Video player...

- Adding CSS variables for colors to make theme forks or customisation easy - Make all sizes relative to improve responsive - Remove weird pseudo elements positioning for top/bottom arrow...

image dragging don't work 1. try to drag the image 2. the image dragged is over the elements 3. but with the drop of the image in the new position...

The way my custom button works is: 1. Highlight text 2. Click custom button in toolbar 3. _prompt modal appears_ 4. Enter classname (e.g. typing _foo_ into prompt should result...

### Description I am using the autolist plugin https://github.com/varun-raj/medium-editor-autolist When I select at least 3 lines and mark them as ordered list or unordered list then then toolbar appear at...

bug

### Description I develop very simple implementation of medium editor to wordpress advanced custom fields. I initialize medium editor for every acf textarea. For standart textareas it works perfectly. Only...

My DOM is structured this way - ``` ``` I am initializing `MediumEditor` on `.entry-editor`. `.entry` has `overflow-y: scroll` and `entry-editor` has `position:relative; height: auto` Now, because the toolbars are...

easy first bug