Paste as Plain Text as default in TinyMCE
Posted: Wed Aug 19, 2015 6:04 pm
As you know, TinyMCE by default pastes in all kinds of formatting when someone is pasting. Here's how to set it up for paste as plain text by default:
Go to the Advanced Tab in TinyMCE
Add this content in the last area of the Extra Configuration:
Notice that each configuration is its own line, separated by a comma, but not the last line.
Go to the Advanced Tab in TinyMCE
Add this content in the last area of the Extra Configuration:
Code: Select all
paste_text_sticky: true,
paste_text_sticky_default: true