I have a problem with TinyMCE when I use paste_as_text: truein conjunction with forced_root_block: false. Inserting already plain text in the works is fine, but pasting from Word adds extra tags <br>between each new line. It's not like I can just parse them, because it breaks the correct double newline characters from plain text.
I noticed that inserting with ctrl-shift-v fixes this problem, and I would like to do it by the default insert method, but I cannot find a way.
I am currently trying to write a parser for use in paste_preprocess, but since this can be done in other ways, I believe that there should be a better solution.
source
share