It is useful and helpful. Though some guidelines on what you can do with it would help. Do you know of any instructions on how to write a shortcode for WordPress using a plugin such as yours.
As I understand it, first you put down a name for the shortcode, then you add what it is supposed to do, plus any properties it may have. Problem is, I don’t know what I can tell a shortcode to do.
I’d also like to know what sort of shortcodes the plugin deals with; HTML, CSS, or PHP. I’m hoping for CSS along with HTML, because I’d like to be able to add CSS regions and CSS grids to my pages.
It deals with the content along with or with html/css in it and also the properties assigned. At present, the scope of writing php in shortcode content is not provided but hopefully will be added in future version.