jodit
jodit copied to clipboard
Jodit - Best WYSIWYG Editor for You
Based from the concept used at: https://github.com/facebook/lexical It would make a great addition to this awesome project, but also allowing the user to change input language on the fly. Best...
Hello, Jodit is very good, but it is rather large (around 600ko). Is there a way to load a special build of Jodit without its plugins, and load them independently...
**Jodit Version:** 3.4.xxxxx **Browser:** **OS:** **Is React App:** const [editorData, setEditorData] = useState(value); const [showEditor, setShowEditor] = useState(false); const config = useMemo(() => ({ readonly: false, showCharsCounter: false, showWordsCounter: false,...
Is there a way to pass a word document into Jodit Editor directly? Skipping the copy and paste functionality? I am retrieving a doc from api and want to render...
**Jodit Version:** 3.16.5 **Browser:** IE11 **OS:** Windows **Is React App:** false **Code** ```js const editor = Jodit.make("#editor", { "iframe": true, ... }); ``` **Expected behavior:** When I click on table`s...
**Jodit Version:** 3.4.xxxxx **Browser:** **OS:** **Is React App:** **Code** ```js // A *self-contained* demonstration of the problem follows... ``` **Expected behavior:** **Actual behavior:**
**Jodit Version:** 3.17.1 **Browser:** Chrome **OS:** Windows **Is React App:** True **Table properties popup menu flows over other controls on scrolling the editor content.** https://user-images.githubusercontent.com/99397225/165520940-3e70a9a8-0ae9-4ab5-94f8-2f67cc9ba37c.mp4 **Expected behavior:** Should not allow...
I see 'imagesExtensions ' as a config parameter in the uploader's configuration but adding 'pdf' had no affect. https://github.com/xdan/jodit/blob/01577353430d395e6f03b1fa3e97c56d77d9d6b0/src/modules/uploader/config.ts#L41 Has anyone been able to do this?
**Jodit Version:** 3.16.5 **Browser:** Chrome, IE **OS:** Windows **Is React App:** False **Code** Config: ```js const editor = Jodit.make("#editor", { "iframe": true, "allowResizeY": false, "height": 800 }); ``` **Expected behavior:**...
**Jodit Version:** 3.4.xxxxx **Browser:** **OS:** **Is React App:** ```jsx const config = useMemo(() => ({ readonly: false, showCharsCounter: false, showWordsCounter: false, showXPathInStatusbar: false, height: '300', toolbarAdaptive: false, buttons: richTextEditorConfig(), uploader:...