Changeset 690805
- Timestamp:
- 04/02/2013 08:43:53 PM (13 years ago)
- Location:
- side-matter
- Files:
-
- 2 edited
-
tags/0.8/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
side-matter/tags/0.8/readme.txt
r690795 r690805 25 25 == Installation == 26 26 27 1. Upload the directory `side-matter` to `wp-content/plugins` (or install it from the Plugins menu).27 1. Upload the directory `side-matter` to `wp-content/plugins`. 28 28 2. 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:29 3. Using the Widgets menu, place the Side Matter widget in your sidebar. 30 4. You may now use the `[ref]` shortcode to generate sidenotes in posts and pages, like so: 31 31 32 32 > Here's the text to annotate.`[ref]`Sidenote text goes here.`[/ref]` … … 34 34 To modify Side Matter's default settings, use the options menu located on your Reading Settings screen. 35 35 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/).36 For 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/). 37 37 38 38 == Frequently Asked Questions == … … 40 40 = Where is Side Matter's options menu? = 41 41 42 The options menu can be found on theReading Settings screen.42 The options menu can be found on your Reading Settings screen. 43 43 44 44 = Does it work with responsive layouts? = … … 56 56 = Why doesn't the plugin work with some themes? = 57 57 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. 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 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. 61 59 62 60 = How do I modify the appearance of sidenote list numerals separately from sidenote text? = … … 174 172 175 173 div.side-matter-text > p { 176 text-indent: 1em;174 text-indent: 1em; 177 175 } 178 176 -
side-matter/trunk/readme.txt
r690795 r690805 25 25 == Installation == 26 26 27 1. Upload the directory `side-matter` to `wp-content/plugins` (or install it from the Plugins menu).27 1. Upload the directory `side-matter` to `wp-content/plugins`. 28 28 2. 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:29 3. Using the Widgets menu, place the Side Matter widget in your sidebar. 30 4. You may now use the `[ref]` shortcode to generate sidenotes in posts and pages, like so: 31 31 32 32 > Here's the text to annotate.`[ref]`Sidenote text goes here.`[/ref]` … … 34 34 To modify Side Matter's default settings, use the options menu located on your Reading Settings screen. 35 35 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/).36 For 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/). 37 37 38 38 == Frequently Asked Questions == … … 40 40 = Where is Side Matter's options menu? = 41 41 42 The options menu can be found on theReading Settings screen.42 The options menu can be found on your Reading Settings screen. 43 43 44 44 = Does it work with responsive layouts? = … … 56 56 = Why doesn't the plugin work with some themes? = 57 57 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. 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 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. 61 59 62 60 = How do I modify the appearance of sidenote list numerals separately from sidenote text? =
Note: See TracChangeset
for help on using the changeset viewer.