Skip to content

Tag: ckeditor

CKEditor 5, jQuery – find and replace text

How could I find and replace text in CKEditor 5 using JavaScript and jQuery? I want to find special character ‘@’ in the text and replace all characters after ‘@’ and ‘@’ character too on my own text. I am using change:data… Answer you need editor.getData() and editor…

Duplicate CKEditor widget appears as disabled

I have a list of concept forms in which concepts can be added by clicking on a button. The problem is that when I click and duplicate the concept form there is a form field that works with ckeditor, and the new duplicate appears as disabled and cannot be written to. I take the form, copy it and try to