jodit icon indicating copy to clipboard operation
jodit copied to clipboard

Jodit - Best WYSIWYG Editor for You

Results 264 jodit issues
Sort by recently updated
recently updated
newest added

**Jodit Version:** 3.4.29 **Browser:** Chrome **OS:** Windows **Is React App:** False **Code** ```js var editor = new Jodit('#editor', { buttons: [ 'bold', 'strikethrough', 'underline', 'italic', 'eraser' ] }); ``` **Expected...

question

**Jodit Version:** v.3.5.4 **Jodit React Version:** 1.0.70 **Browser:** Chrome **OS:** Linux **Is React App:** True **Code** ``` import React, {useState, useRef} from 'react'; import JoditEditor from "jodit-react"; const Example =...

Feature Request

**Jodit Version:** 3.2.27 I integrated the jodit editor in my project and it works well when I use it in the main HTML level. But I'm currently trying to use...

Need Try In latest version

Library URL: https://xdsoft.net/jodit/node_modules/jodit/build/jodit.min.js?v=3.6.1 It only expands the height to about 200 px vertically. ` ` CODE: `// SETUP Jodit Document const editor = Jodit.make('#editor'); editor.saveModeInStorage = true; editor.width = window.innerWidth;...

question

Cursor shows a sudden glitch after cutting all contents (by either ⌘A, ⌘X or toolbar "Cut selection" button) This can be reproduced in the [official demo](https://xdsoft.net/jodit/) **Jodit Version:** 3.5.4 **Browser:**...

bug

Jodit Version: 3.5.2 Browser: FF OS: Windows Is React App: True **Code** ```html this is a test ``` ![image](https://user-images.githubusercontent.com/11638022/107436142-5ff95780-6aea-11eb-89e5-3ecb32f19780.png) **Expected behavior:** I would like to insert text immediately after the...

question

**Jodit Version:** 3.5.2 **Browser:** Chrome **OS:** Windows **Is React App:** False **Code** ```js html="" html="

**Jodit Version:** 3.4.29 **Browser:** Chrome/IE/Safary/FF **OS:** Linux **Is React App:** True **Code** ```ts ../../node_modules/jodit/src/core/async.ts:169:20 Type error: Argument of type '(value: T | PromiseLike) => void' is not assignable to parameter...

Need Try In latest version

**Jodit Version:** Latest **Browser:** All **OS:** All **Is React App:** True **Code** ```js var editor = new Jodit("#editor", { "preset": "inline", }); editor.openToolbar(); ``` **Expected behavior:** The toolbar will be...

Feature Request

**Jodit Version:** 3.4.29 Is there a config option to hide the image edit button? ![image](https://user-images.githubusercontent.com/3128881/99953353-6f85c180-2d81-11eb-88ee-2e1bf7e03ee0.png) **Browser:** **OS:** **Is React App:** **Code** ```js // A *self-contained* demonstration of the problem follows......

question