ckeditor5
ckeditor5 copied to clipboard
Mentions: Have events, when the mention starts and after the mention has ended
📝 Events at the start and success or abort of the mention workflow
Usecase: On each change of the text, the text is saved to the database (with a little debounce). But while mention a person in the text, i do not want to auto-safe. The auto-safe should be suppressed. And after the mention workflow i want to save the new text with the mention.
To achieve that, i want to listen to events like mention:start and mention:finished, that i can externally suppress the auto-safe feature.
Second option (or maybe additionally) there might be a parameter in the mention config, that auto-safe / change event is paused, while the mention workflow is running. That would make my life even more easy.
This feature request is according to my support request #96357.
Thank you.
If you'd like to see this feature implemented, add a 👍 reaction to this post.