Apply CKEditor Advanced Content Filter to a string
How can I apply CKEditor's Advanced Content Filter to a string? I'm trying to intercept pasted content using editor.on('paste', ...), get its ACF-filtered value, and then apply my own transformations to the filtered value. After this point, it's okay if it runs through the ACF again. I reported recently a ticket which I think you'll find interesting: http://dev.ckeditor.com/ticket/11621 . There's a pretty high chance that this feature will be introduced in CKEditor 4.5. ( Edit : This feature got to CKEditor in 4.5 – CKEDITOR.config.pasteFilter ). As for your question - to apply ACF to an HTML