Plugin Directory

Changeset 690795


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

0.8 is now stable version

Location:
side-matter
Files:
2 edited

Legend:

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

    r690791 r690795  
    55Requires at least: 3.2
    66Tested up to: 3.5.1
    7 Stable tag: 0.7
     7Stable tag: 0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717Like marginal notes in a printed text, sidebar notes are well-suited for digressions, cross-references, and commentary. The effect is similar to that used for annotations by Grantland and other websites.
    1818
    19 Side Matter is responsive by default, and includes an options menu for toggling settings as well as a set of built-in classes for styling with CSS. It works well with many popular base themes, including Twenty Twelve, Twenty Ten, Responsive, and Toolbox.
     19Side Matter is responsive by default, and includes an options menu for toggling settings as well as a set of built-in classes for [styling with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/). It works well with many popular base themes, including Twenty Twelve, Twenty Ten, Responsive, and Toolbox.
    2020
    2121To use, place the Side Matter widget in your sidebar, then enclose sidenote text in a page or post using the `[ref]` shortcode, like so:
     
    76761. Side Matter captures footnote text using the [ref] shortcode, then magically positions each footnote alongside its corresponding reference in the text.
    7777
    78 2. Side Matter's default settings can be modified using an options menu on the Reading Settings screen.
     782. Default plugin settings may be modified using an options menu on the Reading Settings screen.
    7979
    8080== Changelog ==
     
    147147
    148148= Default CSS =
    149 
    150 Side Matter lays down a few CSS rules in `side-matter.css` by default. These may be superseded by rules you write to your own stylesheet (or append to `side-matter.css`).
     149Side Matter sets a few rules by default by way of the plugin stylesheet `side-matter.css`. These may be superseded by rules you write to your own stylesheet.
    151150
    152151    a.side-matter-ref {
     
    161160    }
    162161
    163 This rule keeps themes from interfering with the display of sidenote list numerals.
     162This rule prevents themes from interfering with the display of sidenote list numerals.
    164163
    165164= List of Class Selectors =
    166 
    167 Below is a complete list of Side Matter class selectors and their uses.
     165Below is a full list of Side Matter class selectors and their uses.
    168166
    169167* `a.side-matter-ref` selects the `a` link tags that enclose in-text reference numerals. Target a specific element by appending its reference number, e.g. `a.side-matter-ref-5`.
  • side-matter/trunk/readme.txt

    r690791 r690795  
    55Requires at least: 3.2
    66Tested up to: 3.5.1
    7 Stable tag: 0.7
     7Stable tag: 0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1717Like marginal notes in a printed text, sidebar notes are well-suited for digressions, cross-references, and commentary. The effect is similar to that used for annotations by Grantland and other websites.
    1818
    19 Side Matter is responsive by default, and includes an options menu for toggling settings as well as a set of built-in classes for styling with CSS. It works well with many popular base themes, including Twenty Twelve, Twenty Ten, Responsive, and Toolbox.
     19Side Matter is responsive by default, and includes an options menu for toggling settings as well as a set of built-in classes for [styling with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/). It works well with many popular base themes, including Twenty Twelve, Twenty Ten, Responsive, and Toolbox.
    2020
    2121To use, place the Side Matter widget in your sidebar, then enclose sidenote text in a page or post using the `[ref]` shortcode, like so:
     
    76761. Side Matter captures footnote text using the [ref] shortcode, then magically positions each footnote alongside its corresponding reference in the text.
    7777
    78 2. Side Matter's default settings can be modified using an options menu on the Reading Settings screen.
     782. Default plugin settings may be modified using an options menu on the Reading Settings screen.
    7979
    8080== Changelog ==
     
    147147
    148148= Default CSS =
    149 
    150 Side Matter lays down a few CSS rules in `side-matter.css` by default. These may be superseded by rules you write to your own stylesheet (or append to `side-matter.css`).
     149Side Matter sets a few rules by default by way of the plugin stylesheet `side-matter.css`. These may be superseded by rules you write to your own stylesheet.
    151150
    152151    a.side-matter-ref {
     
    161160    }
    162161
    163 This rule keeps themes from interfering with the display of sidenote list numerals.
     162This rule prevents themes from interfering with the display of sidenote list numerals.
    164163
    165164= List of Class Selectors =
    166 
    167 Below is a complete list of Side Matter class selectors and their uses.
     165Below is a full list of Side Matter class selectors and their uses.
    168166
    169167* `a.side-matter-ref` selects the `a` link tags that enclose in-text reference numerals. Target a specific element by appending its reference number, e.g. `a.side-matter-ref-5`.
Note: See TracChangeset for help on using the changeset viewer.