=== Plugin Name ===
Contributors: WPShowCase
Donate link: http://codecanyon.net/user/WPShowCase/portfolio?ref=WPShowCase
Tags: Post, page, plugin, shortcode, admin, shortcodes, tinymce
Requires at least: 2.0
Tested up to: 3.7
Stable tag: trunk
License: See license.txt
ShortCode DropDown creates a dropdown containing all your site's shortcodes so you can easily add shortcodes in tinymce.
== Description ==
ShortCode DropDown is a plugin that allows shortcodes to be selected from a dropdown menu in the rich text editor for pages and posts. This is really useful because:
- Authors can see which shortcodes are available.
- Authors do not need to memorize the names of shortcodes.
- The Rich Text editor (tinymce) is simplified for non-technical authors.
ShortCode DropDown displays all the shortcodes available - the site's active theme and all its plugins. It is not restricted to a set of shortcodes defined by this plugin.
If some text is selected when a shortcode is selected, the shortcode is added around the text like this [shortcode]selected text[/shortcode].
However the attributes/parameters of a shortcode are not available through this plugin.
== Installation ==
Just install and activate the plugin.
== Screenshots ==
1. Screenshot-1.png
== Changelog ==
= 0.0 =
* Created