Questions:
allowContent: true?editor.insertHtml() and editor.insertText()?window.CKEDITOR?Great ideas, thanks! What else? :)
How to replace CKEditor 5 icons? (Answer: by using NormalModuleReplacementPlugin)
I've been looking through the docs and I'm a bit confused as to the format the data is exported in. In the docs, getData is referenced, but it's unclear what format the string is -- is it using the XML processor or the HTML one? Also, if we wanted to go all-in on ckeditor and save text in our database in the most optimal, highest fidelity, fastest-for-ckeditor-to-parse format, how would I do that? Is there a JSON export that would work best or is the XML data format the best?
Would you mind to ask this question on StackOverflow? It'd be great if we had an answer there.
PS. In the meantime, you can also check https://github.com/ckeditor/ckeditor5/issues/620.