Prior to TinyMCE 6 there was a great plugin to handle pasting from word. In tinyMCE 6 this functionality was moved into one of their commercial plugins
Integrate this plugin https://github.com/pixelsock/tinymce-paste-from-word-plugin
TinyMCE support the principle of forking the v5 plugin tinymce/tinymce#7487
I tried to add the plugin myself but I failed with our build tools
| Labels |
Added:
No Code Attached Yet
|
||
| Labels |
Added:
Feature
|
||
@brianteeman unfortunately the plugin has a peer dependency to 6.8.3 which requires npm i --force. Also the exported js is broken, so even with --force it's broken. Anyways the draft PR is here: #46464
Unfortunately that PR needs to be merged and then a package should be published in the npm. If you don't mind asking them to have a version as an esm module (would be easier for our tools)
Will ask
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-11-19 10:44:02 |
| Closed_By | ⇒ | brianteeman |
Note that the instructions in the readme are out of date see pixelsock/tinymce-paste-from-word-plugin#2