Changeset 741996
- Timestamp:
- 07/17/2013 12:12:30 AM (12 years ago)
- Location:
- side-matter/trunk
- Files:
-
- 1 added
- 2 edited
-
js/side-matter.js (modified) (2 diffs)
-
languages/side-matter.pot (added)
-
readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
side-matter/trunk/js/side-matter.js
r741424 r741996 32 32 33 33 $(document).ready(function() { 34 // placeNotes();35 34 $('ol.' + htmlClass + '-list').css('opacity', 0); // Make notes briefly transparent to prevent flickering on load 36 35 }); … … 41 40 $('ol.' + htmlClass + '-list').fadeTo(180, 1); 42 41 } else { 43 $('ol.' + htmlClass + '-list'). fadeTo(180, 1);42 $('ol.' + htmlClass + '-list').css('opacity', 1); 44 43 } 45 44 }); -
side-matter/trunk/readme.txt
r741424 r741996 4 4 Requires at least: 3.0 5 5 Tested up to: 3.6 6 Stable tag: 0.96 Stable tag: 1.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 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/). Itworks well with many popular base themes, including Twenty Twelve, Twenty Ten, Responsive, and Toolbox.14 Side 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 16 Sidenotes 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 18 Side 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. 19 19 20 20 To use, place the Side Matter widget in your sidebar, then enclose sidenote text in a page or post using the `[ref]` shortcode, like so: … … 55 55 = Why doesn't the plugin work with some themes? = 56 56 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.57 Not 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. 58 58 59 59 = Can sidenotes be displayed without using the widget? = … … 65 65 ?> 66 66 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 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 compatibility tables.) Decimal, Latin, and Roman numerals enjoy wide support and can serve as reliable fallbacks. 70 70 71 71 == Screenshots == … … 78 78 79 79 = 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. 81 81 * Fixed two IE-specific bugs related to list numeral and `title` attribute display. 82 82 * Numbered classes have been removed. … … 123 123 124 124 = 1.0 = 125 This update fixes a few IE-specific bugs and a lso features several important additions, including new numeral formats and localization support.125 This update fixes a few IE-specific bugs and adds several features, including new numeral formats and localization support. 126 126 127 127 = 0.9 =
Note: See TracChangeset
for help on using the changeset viewer.