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

Open medium-editor.js and search for "fa fa-header" and replace with "fas fa-heading" ;-)

I get the following error: POST https://api.imgur.com/3/image net :: ERR_HTTP2_PROTOCOL_ERROR I followed all the instructions. ![Captura de ecrã 2021-03-25 212707](https://user-images.githubusercontent.com/39365797/112539170-ef17b180-8db0-11eb-960b-496816279d19.png)

### Description When typing multiple times space at the end of any line it'll turn into  . (Sometimes it will even add a dot.) ### Steps to reproduce 1. Just...

![help-medium-editor](https://user-images.githubusercontent.com/2444240/56086015-c42e3000-5e1b-11e9-9692-b97816f67712.png) If you are interested in becoming a maintainer or collaborator for medium-editor, please reach out to me on [gitter](https://gitter.im/yabwe/medium-editor) (@nmielnik) medium-editor is still an awesome project with thousands of...

### Description ### I have issue about the images uploadCompleted option . beacause of when i upload image response is not avalilable in uploadCompleted. ![uploadCompleted](https://user-images.githubusercontent.com/54747697/145766899-15385341-3e70-4000-887b-8b8a7ffdb389.png) ### Versions - medium-editor: -...

Hello, when I add an empty element by `addElement` no placeholder appears. The placeholder appears correctly for elements specified on editor creation.

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

### Description Using medium-editor inside a Bootstrap modal, the changes do not take affect in Chrome. Works fine in Safari. ### Steps to reproduce 1. Use this generic fiddle for...

browser-chrome

Hi all, I have a issue when using with modal boostrap. When I click all button (B,I) all event not working I don't know how to fix it. please help...

Hello there, I am working on a project which requires a WYSIWYG and your library seems ideal. However I am using [Lit](https://lit.dev/), I have checked your [framework documentation](https://github.com/yabwe/medium-editor/wiki/Wrappers-and-Integration) and have...