-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
What's going to happen to these?
I'm assuming we might not be able to use the same code since the editor will most likely look different? Hoping some documentation could be created ahead of time before this is merged into core so plugin and theme developers could update.
This is a widely used feature and though one can argue that it may be bad UX I believe it still has a place since you don't expect users to remember your shortcode which may be long in most cases or let them have to copy and paste it.
In my experience, I've seen both the custom tinyMCE buttons and the media buttons being used for this "shortcode injecting" feature.
Most plugins use this as some sort of a shortcode builder even:
I personally use it for one of my plugins to let users build their custom tweet boxes:
With this behavior you let users decide on the fly what data they want and not necessarily having to create it prior to needing it. Curious about your approach to this.



