Hello,
I develop a complex document editing system, and I need to add some annotation level to it. The annotation is stored separately from document body, and it can be applied to any part of the document's html, not just tags. When I display it I just wrap annotated text with SPANs and add annotation info to it, add styling and so on. But we need same annotation to be shown In editing mode.
The question is, what approach could I use to do it? So that I still have both annotation and clean html from ck_editor.