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:** 4.2.27 **Browser:** : firefox **OS:** : Windows **Is React App:** : false **Reproduced on xdsoft.net:** : True **Code** ```js const editor = Jodit.make("#editor", { "enter": "BR", "disablePlugins": "wrap-nodes,add-new-line,enter",...

bug

**Jodit Version:** 4.2.27 **Browser:** Chrome/FF **OS:** Linux **Is React App:** False **Reproduced on xdsoft.net:** False (not able to set limitChars) **Code** ```js import { Jodit } from 'jodit'; const editor...

bug

**Jodit Version:** 4.2.27 **Code:** ``` This is the text after the image ``` **Expected behavior:** The cursor should be able to move to the left or right of the picture...

bug
WIP

Prop cleanHTML.useIframeSandbox not working. Attribute isn't appended in iframe Jodit.make('#editor', { iframe: true, cleanHTML: { useIframeSandbox: true } });