=== WYSIWYG Inline Code Command === Contributors: pkgw Tags: Requires at least: 3.0 Tested up to: 3.1.4 Stable tag: trunk Adds a button and keybinding to the WYSIWYG (visual) editor to mark text as inline code. == Description == The WYSIWYG Inline Code Command plugin ("WICC") adds a command to the WYSIWYG (visual) post and page editor. This command lets you format the selected text as code, but inline with the current text, not as its own block. The standard WYSIWYG editor doesn't provide this capability even though it's useful for visually separating computer-y content, *e.g.*, > Email me the contents of `/etc/passwd`. The comand is accessible as a button and with the keybinding `Alt-Shift-C`. == Installation == Installation is as simple as possible: 1. Upload the plugin files to the `wysiwyg-inline-code-command` directory in your `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress. == Screenshots == I haven't made any screenshots yet. == Changelog == = 1.0 = * This is the initial release.