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

Currently pressing the return key once creates new paragraph, which I feel is counter intuitive. By defaulting to line breaks on single return and paragraphs on double returns, It'll feel...

enhancement

By default, the editor will use `` tags to contain content and support carriage returns, etc. Alt., the `disableReturn` option can be used to force plain text, thereby removing all...

html cleanup
enhancement

### Description I am trying to use medium-editor 5.23.3 in NextJS like the following: ``` import React, { Component } from 'react'; import MediumEditor from 'medium-editor'; class Editor extends Component...

Please there is nowhere in the documentation that explains usage with react.js

### Description Handling right-to-left/left-to-right override characters in user input [Description of the bug or feature] I think there is a missing feature, in the editor, it's called Right to Left...

It appears that your website/doc are out of date. At least one of your promoted plugins ([medium-editor-insert-plugin](medium-editor-insert-plugin )) has been archived for a year and a half, with no more...

### Description [Description of the bug or feature] ### Steps to reproduce 1. [First step] 2. [Second step] 3. [and so on...] **Expected behavior:** [What you expected to happen] **Actual...

### Description Font-formatting doesn't apply on pasted text contents ### Steps to reproduce Copy a formatted document (bold, text-color and italic styles) from Word Doc or Google Doc and paste...

browser-chrome

Hi tried many ways to import for sveltekit but options won't work ``` import MediumEditor from 'medium-editor' const MediumEditor = () => import("./../../../node_modules/medium-editor/dist/js/medium-editor.min.js").then(delayModuleLoad) const delayModuleLoad = module => new Promise(res...

### Description Need to click twice on **empty** element Chrome ### Steps to reproduce 1. Click on empty element 2. Try to write 3. Click on empty element and write...