Problem/Motivation
The current version of the module uses a ckeditor instance for handling the paste event and getting clipboard data, therefore handling or converting the pasted content to HTML.
It should be possible to handle plain text clipboard data without converting it to HTML.
Proposed resolution
Add option to switch between HTML and plaintext processing modes.
Use clipboard data directly for plaintext option.
Comments
Comment #4
volkerk commented