Request for maintainers: word import open source logic #7487
TheSpyder
announced in
Announcements
Replies: 2 comments 4 replies
-
|
Is there a way to keep a stock TinyMCS 6 paste plugin and just intercept paste action to manually filter out pasted document, using a TinyMCE 5 code from the mentioned repository? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
There is an open-source plugin now https://github.com/openregion/tinymce-word-paste-plugin, maybe the fixes by @aautio from #6690 can be implemented there? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
As announced two months ago we are removing the word import logic from our open source paste plugin in TinyMCE 6:
https://www.tiny.cloud/blog/rich-text-editor-open-source-5-6-0-release
There are business reasons for this, but I'm here to discuss the technical reasons and propose a path forward. To give some context to this decision, we decided to merge the
pasteplugin into the editor core with TinyMCE 6 to gain a number of benefits:pasteplugin TinyMCE's paste experience is... not great.pastewhen using an external paste plugin, any external paste offering (including our own) was required to replicate the baselinepasteplugin behaviour on top of any new behaviour it provides. With this change, that will no longer be necessary.When we were planning this change we realised it would be difficult to have word filtering in the core while also making sure it could be overridden in a plugin. It would also greatly increase the bundle size impact of merging
pasteinto the core. This seemed like a good opportunity to apply the business reasoning and delete it.The work to remove the word import logic has already been done on the v6 branch (#7371) and we are currently implementing the change that combines paste into core.
While in our opinion there are mostly positive benefits to this change we understand the decision will upset users relying on our open source word filtering. We would like to offer the community an opportunity to take over maintenance of this logic. The deal would be:
I am happy to answer any questions about this, publicly or privately (andrew.herron@tiny.cloud).
Regards,
Andy
Andrew Herron
Staff Software Engineer
Beta Was this translation helpful? Give feedback.
All reactions