Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Plugins should be able to extend tinymce #1353

Open
HowToMeetLadies opened this issue Feb 10, 2024 · 1 comment
Open

[Feature Request]: Plugins should be able to extend tinymce #1353

HowToMeetLadies opened this issue Feb 10, 2024 · 1 comment

Comments

@HowToMeetLadies
Copy link

Feature Description

As a plugin developer, I would like to be provided with a way to deploy tinymce plugins.

For example, by including a tinymce.script.js file from the plugin directory.
These plugins would then be integrated into the user configuration by hand.

You could also let the user choose where to display commands. For example, a dropdown with the selection ["hide", "toolbar1", ...]. The commands would then be provided in the spec, for example: { "assets": { "tinymce": { "fire" : "Fire" } } }


This would allow me to add a button to the ImageComparison plugin and the user would no longer have to manually add the wrapper into the HTML. For the Footnotes plugin I could provide a version similar to the toc plugin. etc..

@dziudek
Copy link
Collaborator

dziudek commented Feb 10, 2024

Similar to #1353 - this feature is in our plans in v.0.46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants