ice icon indicating copy to clipboard operation
ice copied to clipboard

Formatting track changes

Open kuldeep-k opened this issue 10 years ago • 5 comments

Hi,

I need to set track changes of formatting ( Bold, Italic etc. ) . But current plugin do not provide any feature. I forked the repository [https://github.com/kuldeep-k/ice/tree/formatting] and do some changes but they do not work when i select html already having some start/end tags like

In this case they show html in tinymce. Demo file is demo/demo.html If it can be fixed or anybody do this before?

kuldeep-k avatar May 29 '15 06:05 kuldeep-k

hi,

you got it ?

jeevani2it avatar May 20 '16 10:05 jeevani2it

No, Last year I checked that no solution possible. Changing library requires lot of works and understanding. Also HTML DOM Fragment is regular bottleneck to achieve solution :(

kuldeep-k avatar May 20 '16 10:05 kuldeep-k

Oh. So it is not possible. The only way is to customize the core files ?

jeevani2it avatar May 21 '16 12:05 jeevani2it

what you used alternate for this ?

jeevani2it avatar May 21 '16 12:05 jeevani2it

I tell my company to situation and obviously they did not grant me unlimited time for R&D. Also I think customize core may not work as when I tried to develop custom code I faced same HTML DOM Fragment issue. So may not possible by using HTML DOM. However using pure string / regex operations may help but that would gone out of library scope.

kuldeep-k avatar May 21 '16 19:05 kuldeep-k