Issues with window.editorInstance.destroy() in CKEditor 5
I’m encountering issues with destroying and recreating CKEditor 5 instances in my application. Here’s a summary of what I’m trying to achieve and the problems I’m facing:
How to append data in CKEditor5
I’m trying to add some data "<div title="" + parts[0]+ "" id="" + parts[1]+ "" class="galleryPlaceholder"><p> </p></div><p></p>"
with a custom plugin button in ckeditor5. What I want to achieve is to add the data where the cursor is, then move the cursor to the end of immitted data (the last <p>
).
Why do the list of special-characters and the source-editing button not work in the official CKEditor 5 build?
I made a build of CKEditor 5 based on Decoupled document on the official website: https://ckeditor.com/ckeditor-5/online-builder/
Why are some of the specified buttons missing from the CKEditor 5 toolbar?
I have an implementation of DecoupledEditor CKEditor 5 in my project:
Ckeditor5 – Copy and paste from Office (Word) does not work for lists
I am trying to implement Ckeditor5 in my website and I want to allows the user to copy and paste from Word, but the lists do not fully work.