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

### Duplicated character On android when you type into a mediumeditor managed input, the first letter is duplicated ### Steps to reproduce 1. Open Chrome on an android device(tested on...

bug

We need a new demo page with on the fly feature switching and a better UI.

enhancement
landing page

I've actually got this started already, if someone can help me complete it. ### Step 1: Create the ability to toggle between Rich Mode and HTML Mode: jQuery: ``` $('.medium-editor-hidden').hide();...

question

Feature inspired from Mercury-Editor (http://jejacks0n.github.io/mercury/), I suggest to provide in `data-medium-editor`attribute for different modes. ### The basics **Full HTML Mode** Full HTML markup enabled feature. These are the core of...

enhancement

![medium-editor-link-issue](https://user-images.githubusercontent.com/38094547/47497466-d1f4f680-d877-11e8-864f-ee51fc81506e.gif) When trying to add a link, after pasting the link on the input form, when I hit the ENTER key, the link is not created, as you can see...

This is a discussion/feature request more than an issue. **Brief context:** medium-editor is amazing; it's the core of my footnote-generating web app (I have modified medium-editor to work with React,...

Thank you for all medium-editor contributors,It is a really nice html5 editor. But for some reasons we need change font size and font color ,will medium-editor add this feature ?

enhancement

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