Hi Everybody,
I'm working on a stripping feature for a site. The idea is to strip most of the tags that Word add to the text and let the basics only.
Our target is to do it without raise any dialog as is made when you click the "Paste from Word" icon, just hit CTRL+V and be able to receive the input, transform it and then paste the result (without the tags) in the editor.
There is an issue to get the clipboard data in Firefox when you're pasting from Word, we just get plain text and no Formatting information. While this sounds like the expected, we want some formatting (headers, un/ordered list, etc).
My question is what is the best way to achieve what we want? is this scenario what force you to add a dialog? is already implemented in CKEditor?
Thanking you in advance,
Leandro
I'm working on a stripping feature for a site. The idea is to strip most of the tags that Word add to the text and let the basics only.
Our target is to do it without raise any dialog as is made when you click the "Paste from Word" icon, just hit CTRL+V and be able to receive the input, transform it and then paste the result (without the tags) in the editor.
There is an issue to get the clipboard data in Firefox when you're pasting from Word, we just get plain text and no Formatting information. While this sounds like the expected, we want some formatting (headers, un/ordered list, etc).
My question is what is the best way to achieve what we want? is this scenario what force you to add a dialog? is already implemented in CKEditor?
Thanking you in advance,
Leandro