studiometa / create-wordpress-project

A generator to kickstart your WordPress project in a few seconds! ⚡
MIT License
6 stars 3 forks source link

Shortcode manager #28

Open titouanmathis opened 4 years ago

titouanmathis commented 4 years ago

We often add custom shortcodes to be used in the WYSIWYG editor. What about adding a ShortcodeManager class? Or maybe a TinyMCEManager ? Or both?

perruche commented 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

perruche commented 3 years ago

Really basic implementation done in #46 for ShortcodeManager.

Need to work on TinyMCEManager, which can have more native feature built-in like: