Category "ckeditor5"

webpack.code build is broken after update postcss-loader from 3.0.0 to 4.1.0

I'm using lates webpack 4 (not 5) with latest CkEditor 5 and postcss-loader. Everything is fine, when I use postcss-loader 3.0.0. After update it to 4.1.0 I got

Is there any way to prevent CKEditor5 from modifying an inline style tag on an programmatically inserted Div?

I have an application that generates DIV content that has to automatically be inserted into a ckeditor instance. At the moment, I'm using editorInstance.model.i

How to add "target" attribute to `a` tag in ckeditor5?

I have create my own plugin for link. Now I want to add some other attributes to a tag generated by the plugin, like target, rel. But I am not able to get it d

CKEditor 5 – get editor instances

I am migrating from CKEditor 4.7 to 5. In CKE4, I would do something like this: CKEDITOR.replace('text_area'); and then in another JS function I could get the

With CKEditor, how to replace Image Upload Adapter error "alert" and with custom handler to notify user

According to CK Editor, implementation of a custom upload adapter only supports two lifecycle methods: upload and abort. There doesn't seem to be any way to in

ckeditor5-vue preserve quill class

I would like to know how to convert an html with a specific class into an html with a specific style. For example, if the original html was <p class="ql-alig

ckeditor 5 Disabling content filtering

I've notice when extracting the data from the editor it filters some classes and styles. I want to use the exact same styling as the editor uses. So, i have 2