Top "Ckeditor5" questions

CKEditor 5 is a set of ready-to-use rich text editors created with a powerful framework that enables you to create any kind of text editing solution and include real-time collaborative editing inside.

How to set the height of CKEditor 5 (Classic Editor)

In CKEditor 4 to change the editor height there was a configuration option: config.height. How do I change the height …

ckeditor ckeditor5
How to enable image upload support in CKEditor 5?

I will use the ckeditor v5 into my project. I´ve trying to use the image plugin, but I don´…

javascript ckeditor ckeditor5
How do I get toolbar available items in CKEDITOR 5?

I wanted to configure the toolbar in CKEDITOR 5. I took a look at the documentation. https://ckeditor5.github.io/docs/…

ckeditor5
How to do CKEditor 5 Image Uploading?

ClassicEditor .create( editorElement, { ckfinder: { uploadUrl: 'my_server_url' } } ) .then( ... ) .catch( ... ); What should be my server response? I am using Java …

javascript ckeditor ckeditor5
How to get value of CKEditor 5?

I want to be able to return the value of the CKEditor textarea, and also write my text inside it. …

javascript html textarea ckeditor5
CKEditor 5 - How to insert some HTML (aka. where's the source mode)?

I want to be able to switch from WYSIWYG to plain HTML to e.g. insert IFrame with a Youtube …

javascript ckeditor ckeditor5
CKEditorError: ckeditor-duplicated-modules: Some CKEditor 5 modules are duplicated

import CKEditor from '@ckeditor/ckeditor5-react'; import ClassicEditor from '@ckeditor/ckeditor5-build-classic'; import Base64UploadAdapter from '@ckeditor/…

reactjs ckeditor ckeditor5
How to get data from CKEditor 5 instance

I know that for CKEditor 4, you can get the textarea data like this: var content = CKEDITOR.instances['comment'].getData(); How …

ckeditor ckeditor5
CKEditor 5 Missing Available Toolbar Items

I've listed all the available toolbar items for the CKEditor 5 Inline editor, and I'm wondering why some of the basic …

javascript ckeditor ckeditor5
Upload adapter is not defined Issue with Image uploading in ckeditor5-angular

This question may have already answers but none of them is Angular specific. Here are some of them CKEditor 5 and …

ckeditor angular5 ckeditor5