jodit
jodit copied to clipboard
Jodit - Best WYSIWYG Editor for You
const JoditEditor = dynamic(() => import('jodit-react'), { ssr: false }); { setValue(fieldName as any, newContent) }} config={{ readonly: false, }} /> i also added the configurations but it is not...
**Jodit Version:** 4.1.12 **Browser:** Chrome **OS:** Windows **Is React App:** False **Content of the editor:** `example p tag` **Expected behavior:** Clicking on the 'remove formatting' button is removing 'dir="ltr"'. **Actual...
Adding the content from the outside of editor (like, on button click), content is not added at the cursor position,
**Jodit Version:** 4.0.25 / 1.3.20 **Browser:** Chrome and Safari (not tested on other browser) **OS:** Mac (not tested on other OS) **Is React App:** True **Code** ```ts // config.ts export...
**Jodit Version:** 4.1.4 (also present in 4.1.16) **Browser:** Chrome **OS:** Windows **Is React App:** True **Code** ```js const editor = Jodit.make("#editor", { "disablePlugins": "color" }); ``` - Add table -...
The example index.html, for example, references the js and css in the build folder, which is no longer in the repo. Firefox and Thunderbird addons need js and css locally,...
I have the exact same issue as this: https://github.com/xdan/jodit/issues/54 However, i can't figure out how to get this solution working using jodit-react I've tried: ```jsx const handleEditorRef = (editorInstance) =>...
**Jodit Version:** 3.1.xxxxx **Code** ```ts // A *self-contained* demonstration of the problem follows... ``` **Expected behavior:** **Actual behavior:**
**Jodit Version:** 4.0.6 **Browser:** Chrome, Edge, and FF **OS:** Windows **Is React App:** False **Code** ```js export default { props: { options: { type: Object, required: false, default() { return...
**Jodit Version:** 4.0.2 **Browser:** Chrome **OS:** Mac **Is React App:** False **Description** The Upload button on the FileBrowser is not Enabled/Disabled when changing sources based on the permissions returned by...