=== WYSIWYG Inline Code Command === Contributors: pkgw Tags: editor, wysiwyg, code, plugin, visual Requires at least: 3.0 Tested up to: 3.1.4 Stable tag: 1.1 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 an "inline code" command to the WYSIWYG (visual) post and page editor. It's just like the "Bold" or "Italics" commands, except that it makes your text look like code -- usually, this means that it's drawn in a monospace font `like this`. The comand is accessible as a button and with the keybinding `Alt-Shift-C`. The unmodified editor does have a style for styling text like code, but it's a *block* style, which means that you can only apply it to whole paragraphs. I wrote this plugin because I found that I often want to apply code styling to shorter pieces of computer-y content, such as the `Alt-Shift-C` above, or something like > Email me the contents of `/etc/passwd`. At the moment, I've only been able to test the plugin on WordPress versions up to 3.1.4, but the code is extremely simple, and there's no reason to think that it won't work on any more recent versions. Please let me know if you successfully use the plugin on other versions of WordPress so I can fill in the compatibility matrix. == 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. 1. Edit a post or a page. Select some text, and either hit the new button that looks like "", or press `Alt-Shift-C`. 1. That's all there is to it! == Screenshots == I haven't made any screenshots yet. Let me know if you'd like to see one. == Changelog == = 1.1 = * Released on July 15, 2011. * No code changes; just update the readme to be more helpful. = 1.0 = * Released on June 29, 2011. * This is the initial release.