2

Simple question - after much Googling no real answer.

I want tinyMCE to stop auto-formatting text when it is pasted in. When text is copied and pasted in the text editor I want the text to be just text. None of the fluff which tinyMCE add's.

I don't need 'paste from word', I don't need anything else. I JUST WANT PLAIN TEXT PASTE EVERY TIME.

Surely there is an option to do this?

John Smith
  • 91
  • 2
  • 5
  • possible duplicate of [TinyMCE Paste As Plain Text](http://stackoverflow.com/questions/4122451/tinymce-paste-as-plain-text) – Thariama Jul 07 '11 at 09:16

1 Answers1

1

I think there is not an option to do this here and if then it is not reliable. I use the paste_preprocessing parameter to get plain text. Everything is decribed here: TinyMCE Paste As Plain Text

Community
  • 1
  • 1
Thariama
  • 50,002
  • 13
  • 138
  • 166