OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

TinyMCE editor has a rich plugin interface, but Orchard Modules provide for this #2607

Open orchardbot opened 12 years ago

orchardbot commented 12 years ago

DavidCornish created: https://orchard.codeplex.com/workitem/18780

In order to add any tinymce plugins, you have to change the tinymce module itself to add the plugin into the tinymce folder and change orchard-tinymce.js to reference it.

Therefore Orchard modules cannot be written which provide plugins for the tinymce editor.

orchardbot commented 12 years ago

DavidCornish commented:

I've made a pull request here for this issue: http://orchard.codeplex.com/SourceControl/network/forks/DavidCornish/tinyMcePlugins/contribution/2256

orchardbot commented 10 years ago

@Piedone commented:

Also see: https://orchard.codeplex.com/workitem/18830