You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently trying to optimize the performance when inserting and editing large amounts of content in ckeditor-vue. Specifically, we need an API that returns the same data as editor.getData() but allows us to retrieve only specific nodes.
Current Implementation
To achieve this, I have implemented the following solution. However, I would like to know if there is an existing API in CKEditor that can handle this task more efficiently:
Problem Description
I am currently trying to optimize the performance when inserting and editing large amounts of content in ckeditor-vue. Specifically, we need an API that returns the same data as editor.getData() but allows us to retrieve only specific nodes.
Current Implementation
To achieve this, I have implemented the following solution. However, I would like to know if there is an existing API in CKEditor that can handle this task more efficiently:
This message is being posted via a translation tool, so there might be slight changes in meaning. Thank you for your understanding.
The text was updated successfully, but these errors were encountered: