Currently, CKEditor provides a "Force pasting as plain text" option.

WYSIWYG provides "Force cleanup on standard paste" (If enabled, the default paste function (CTRL-V or SHIFT-INS) behaves like the "paste from word" plugin function).

I wish CKEditor could provide the same useful option.

Comments

anrikun’s picture

Title: Force pasting from word instead of as plain text » pasteFromWordPromptCleanup
Category: feature » support
Status: Active » Closed (works as designed)

Actually, it seems that this feature is built in CKEditor.

mkesicki’s picture

Title: pasteFromWordPromptCleanup » Force pasting from word instead of as plain text
Category: support » feature
Status: Closed (works as designed) » Active

Hi,
@anrikun it sounds like quite good idea. But I think that better will be when user can choose with pasting method force (word, plaint text or disabled).

anrikun’s picture

Yes, that's what I meant: to add an extra option.
But I have just found that it doesn't seem necessary as (unlike FCKeditor) CKEditor always detects paste from Word:
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/FCKeditor_CKEdito...

So if an extra option was added, it would be to disable this automatic detection then?

anrikun’s picture

It also appears that the "Force cleanup on standard paste" option provided by WYSIWYG only applies to FCKeditor. So the fact that it also shows up as CKEditor settings looks like a bug of WYSIWYG. But that's another story :-)

mkesicki’s picture

Status: Active » Closed (works as designed)

@anrikun pasting is service by CKEditor itself, so there is no need to add new option (this can be confused for users). I close this ticket.