Plugin Directory

Changeset 410407


Ignore:
Timestamp:
07/15/2011 07:02:08 PM (15 years ago)
Author:
pkgw
Message:

readme.txt: improve even more!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wysiwyg-inline-code-command/trunk/readme.txt

    r410400 r410407  
    1212
    1313The WYSIWYG Inline Code Command plugin ("WICC") adds an "inline code"
    14 command to the WYSIWYG (visual) post and page editor. This command
    15 lets you format some text as code without forcing it to be its own
    16 paragraph, which is how the "Code" style of the standard editor works.
    17 The comand is accessible as a button and with the keybinding
    18 `Alt-Shift-C`.
     14command to the WYSIWYG (visual) post and page editor. It's just like
     15the "Bold" or "Italics" commands, except that it makes your text look
     16like code -- usually, this means that it's drawn in a monospace font
     17`like this`. The comand is accessible as a button and with the
     18keybinding `Alt-Shift-C`.
    1919
    20 This functionality is useful for visually separating short pieces of
    21 computer-y content, *e.g.*,
     20The unmodified editor does have a style for styling text like code,
     21but it's a *block* style, which means that you can only apply it
     22to whole paragraphs. I wrote this plugin because I found that I often
     23want to apply code styling to shorter pieces of computer-y content,
     24such as the `Alt-Shift-C` above, or something like
    2225> Email me the contents of `/etc/passwd`.
    2326
     
    3538   in your `/wp-content/plugins/` directory.
    36391. Activate the plugin through the 'Plugins' menu in WordPress.
     401. Edit a post or a page. Select some text, and either hit the new button
     41   that looks like "</>", or press `Alt-Shift-C`.
     421. That's all there is to it!
    3743
    3844== Screenshots ==
     
    4349
    4450= 1.0 =
     51* Released on June 29, 2011.
    4552* This is the initial release.
Note: See TracChangeset for help on using the changeset viewer.