Other
5
I want to append
current cursor position can get using following
const insertPosition = editor.model.document.selection.getFirstPosition();
I referred following doc, but couldn't find good example code for this
https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_model_utils_insertcontent.html
Hello, please take a look at our example in creating a simple plugin guide. Does it solve your problem?
Thank you . Its helpful