Open titouanmathis opened 4 years ago
I think we can do both. Shortcodes are used inside the editor, but they do not use TinyMCE related hooks, it can be good to have them in a dedicated file. 👍 to add to those to the roadmap
Really basic implementation done in #46 for ShortcodeManager
.
Need to work on TinyMCEManager
, which can have more native feature built-in like:
We often add custom shortcodes to be used in the WYSIWYG editor. What about adding a
ShortcodeManager
class? Or maybe aTinyMCEManager
? Or both?