I'm making some changes to the content in the ckeditor programmatically that I want the undo history manager to ignore. The idea is that the user would be able to undo any changes they have made but not undo the changes I make programmatically in some in between steps.
So far, I haven't been able to find a clean way to do this using the CKEditor api. I appreciate any ideas, especially if they don't require altering the undo manager source.
So far, I haven't been able to find a clean way to do this using the CKEditor api. I appreciate any ideas, especially if they don't require altering the undo manager source.