Plugin Directory

Changeset 741996


Ignore:
Timestamp:
07/17/2013 12:12:30 AM (12 years ago)
Author:
setzer
Message:

Updated 1.0 in trunk

Location:
side-matter/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • side-matter/trunk/js/side-matter.js

    r741424 r741996  
    3232
    3333$(document).ready(function() {
    34     // placeNotes();
    3534    $('ol.' + htmlClass + '-list').css('opacity', 0); // Make notes briefly transparent to prevent flickering on load
    3635});
     
    4140        $('ol.' + htmlClass + '-list').fadeTo(180, 1);
    4241    } else {
    43         $('ol.' + htmlClass + '-list').fadeTo(180, 1);
     42        $('ol.' + htmlClass + '-list').css('opacity', 1);
    4443    }
    4544});
  • side-matter/trunk/readme.txt

    r741424 r741996  
    44Requires at least: 3.0
    55Tested up to: 3.6
    6 Stable tag: 0.9
     6Stable tag: 1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1212== Description ==
    1313
    14 Side Matter turns your footnotes into sidenotes, magically aligning each note in the sidebar next to its corresponding reference in the text. The plugin's easy-to-use shortcode and widget make it a lightweight,  visually distinctive tool for scholars, editors, and writers of all kinds.
    15 
    16 Sidenotes have long been used in printed works to incorporate citations, digressions, and remarks into the flow of a text. They work equally well on the Web; unlike hyperlinked footnotes, sidenotes don't require the user to click away from the main content of an page to follow up on a particular reference.
    17 
    18 Side Matter 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.
     14Side Matter turns your footnotes into sidenotes, magically aligning each note in the sidebar next to its corresponding reference in the text. Easily incorporate citations, digressions, and editorial remarks into the sidebar of a page or post with a simple-to-use shortcode and widget. Scholars, editors, and writers will find Side Matter of particular benefit.
     15
     16Sidenotes have a centuries-long history of use in printed texts, from the Geneva Bible to the works of Edward Tufte. They work just as well on the Web. Unlike hyperlinked footnotes, sidenotes don't require the user to click away from the main flow of an page to follow up on a particular reference; instead, they perch humbly and accessibly alongside the material to which they refer. A similar effect can be seen on [Grantland](http://www.grantland.com), among other websites.
     17
     18Side Matter includes an options menu for toggling settings, as well as a set of built-in classes for [styling sidenotes and references with CSS](http://wordpress.org/extend/plugins/side-matter/other_notes/). The plugin works well with many popular base themes, including Twenty Twelve, Twenty Ten, Responsive, and Toolbox.
    1919
    2020To use, place the Side Matter widget in your sidebar, then enclose sidenote text in a page or post using the `[ref]` shortcode, like so:
     
    5555= Why doesn't the plugin work with some themes? =
    5656
    57 Not all themes are built to readily absorb a new layout component like Side Matter. The plugin works well with most base themes that incorporate a conventional sidebar, but it isn't guaranteed to display notes perfectly within all layouts. Tinkering with note offset or CSS will fix most problems; in other cases, it's best to consult the theme author.
     57Not all themes are built to absorb a new layout component like Side Matter. The plugin works well with most base themes that incorporate a conventional sidebar, but it isn't guaranteed to display notes perfectly within all themes. Tinkering with note offset or CSS will fix most problems; in other cases, it's best to consult the theme author.
    5858
    5959= Can sidenotes be displayed without using the widget? =
     
    6565    ?>
    6666
    67 = Some numeral formats (such as Armenian or Greek) don't display properly in my browser. =
    68 
    69 Browser support for the CSS `armenian`, `georgian`, `hebrew`, and `lower-greek` list styles varies. ([See Web Platform Docs](http://docs.webplatform.org/wiki/css/properties/list-style-type) for a list.) Decimal, Latin, and Roman numerals enjoy broader support.
     67= Some numeral formats don't display properly in my browser. =
     68
     69Browser support for the CSS `armenian`, `georgian`, `hebrew`, and `lower-greek` list styles varies. ([See Web Platform Docs](http://docs.webplatform.org/wiki/css/properties/list-style-type) for compatibility tables.) Decimal, Latin, and Roman numerals enjoy wide support and can serve as reliable fallbacks.
    7070
    7171== Screenshots ==
     
    7878
    7979= 1.0 =
    80 * Added support for Armenian, Georgian, Greek, and Hebrew numeral formats.
     80* Added support for Armenian, Georgian, Greek, and Hebrew numeral formats, as well as the option to hide numeral figures.
    8181* Fixed two IE-specific bugs related to list numeral and `title` attribute display.
    8282* Numbered classes have been removed.
     
    123123
    124124= 1.0 =
    125 This update fixes a few IE-specific bugs and also features several important additions, including new numeral formats and localization support.
     125This update fixes a few IE-specific bugs and adds several features, including new numeral formats and localization support.
    126126
    127127= 0.9 =
Note: See TracChangeset for help on using the changeset viewer.