Is it possible to hook into the process of creating elements in the dom of ckeditor? For example, every time the editor wants to append a p element into the dom, I would like to set some custom attributes on the element before it is appended.
Share
Going throught the specs I stumbled upon the dataprocessor, which transforms the dom into html and allows to hook into the process of building the element’s html.
Mind that data processor in specific for each instance of ckeditor.