I have a contenteditable div. When user copy and paste to the contenteditable, I want to intercept the event to get only the plain text and then paste it to the editor. I can do