Plugin Directory

Changeset 690805


Ignore:
Timestamp:
04/02/2013 08:43:53 PM (13 years ago)
Author:
setzer
Message:

Minor readme.txt corrections

Location:
side-matter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • side-matter/tags/0.8/readme.txt

    r690795 r690805  
    2525== Installation ==
    2626
    27 1. Upload the directory `side-matter` to `wp-content/plugins` (or install it from the Plugins menu).
     271. Upload the directory `side-matter` to `wp-content/plugins`.
    28282. Activate Side Matter using the Plugins menu.
    29 3. Using the Widgets menu, place the Side Matter widget in a sidebar used by your pages and/or posts.
    30 4. You may now use the `[ref]` shortcode to generate sidenotes in a page or post, like so:
     293. Using the Widgets menu, place the Side Matter widget in your sidebar.
     304. You may now use the `[ref]` shortcode to generate sidenotes in posts and pages, like so:
    3131
    3232> Here's the text to annotate.`[ref]`Sidenote text goes here.`[/ref]`
     
    3434To modify Side Matter's default settings, use the options menu located on your Reading Settings screen.
    3535
    36 For information on customizing the appearance of Side Matter notes using CSS, consult the guide [Styling Side Matter with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/).
     36For information on customizing the appearance of Side Matter notes using CSS, consult [Styling Side Matter with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/).
    3737
    3838== Frequently Asked Questions ==
     
    4040= Where is Side Matter's options menu? =
    4141
    42 The options menu can be found on the Reading Settings screen.
     42The options menu can be found on your Reading Settings screen.
    4343
    4444= Does it work with responsive layouts? =
     
    5656= Why doesn't the plugin work with some themes? =
    5757
    58 WordPress themes vary widely. Some themes don't include a sidebar; others don't enqueue scripts correctly; still others are laid out in a way that doesn't cooperate with Side Matter.
    59 
    60 While the plugin works well with most popular base themes that feature a sidebar (including Twenty Twelve, Twenty Ten, Responsive, and Toolbox), it isn't guaranteed to display notes perfectly within all themes. If you need help getting the plugin to work with a specific theme, your best resource may be the theme developer.
     58WordPress themes vary widely. Some themes don't include a sidebar; others don't enqueue scripts correctly; still others are laid out in a way that conflicts with the Side Matter script. While Side Matter works well with most base themes that feature a sidebar (including Twenty Twelve, Twenty Ten, Responsive, and Toolbox), it isn't guaranteed to display notes perfectly within all themes. If you need help getting the plugin to work with a specific theme, your best resource may be the theme developer.
    6159
    6260= How do I modify the appearance of sidenote list numerals separately from sidenote text? =
     
    174172
    175173    div.side-matter-text > p {
    176         text-indent: 1em;
     174        text-indent: 1em;
    177175    }
    178176
  • side-matter/trunk/readme.txt

    r690795 r690805  
    2525== Installation ==
    2626
    27 1. Upload the directory `side-matter` to `wp-content/plugins` (or install it from the Plugins menu).
     271. Upload the directory `side-matter` to `wp-content/plugins`.
    28282. Activate Side Matter using the Plugins menu.
    29 3. Using the Widgets menu, place the Side Matter widget in a sidebar used by your pages and/or posts.
    30 4. You may now use the `[ref]` shortcode to generate sidenotes in a page or post, like so:
     293. Using the Widgets menu, place the Side Matter widget in your sidebar.
     304. You may now use the `[ref]` shortcode to generate sidenotes in posts and pages, like so:
    3131
    3232> Here's the text to annotate.`[ref]`Sidenote text goes here.`[/ref]`
     
    3434To modify Side Matter's default settings, use the options menu located on your Reading Settings screen.
    3535
    36 For information on customizing the appearance of Side Matter notes using CSS, consult the guide [Styling Side Matter with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/).
     36For information on customizing the appearance of Side Matter notes using CSS, consult [Styling Side Matter with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/).
    3737
    3838== Frequently Asked Questions ==
     
    4040= Where is Side Matter's options menu? =
    4141
    42 The options menu can be found on the Reading Settings screen.
     42The options menu can be found on your Reading Settings screen.
    4343
    4444= Does it work with responsive layouts? =
     
    5656= Why doesn't the plugin work with some themes? =
    5757
    58 WordPress themes vary widely. Some themes don't include a sidebar; others don't enqueue scripts correctly; still others are laid out in a way that doesn't cooperate with Side Matter.
    59 
    60 While the plugin works well with most popular base themes that feature a sidebar (including Twenty Twelve, Twenty Ten, Responsive, and Toolbox), it isn't guaranteed to display notes perfectly within all themes. If you need help getting the plugin to work with a specific theme, your best resource may be the theme developer.
     58WordPress themes vary widely. Some themes don't include a sidebar; others don't enqueue scripts correctly; still others are laid out in a way that conflicts with the Side Matter script. While Side Matter works well with most base themes that feature a sidebar (including Twenty Twelve, Twenty Ten, Responsive, and Toolbox), it isn't guaranteed to display notes perfectly within all themes. If you need help getting the plugin to work with a specific theme, your best resource may be the theme developer.
    6159
    6260= How do I modify the appearance of sidenote list numerals separately from sidenote text? =
Note: See TracChangeset for help on using the changeset viewer.