v0.8.3 *CSS updates
This commit is contained in:
parent
cbde70e874
commit
844680da1d
|
@ -3,8 +3,8 @@
|
||||||
Plugin Name: Extended Table of Contents (with nextpage support)
|
Plugin Name: Extended Table of Contents (with nextpage support)
|
||||||
Plugin URI: http://www.happybooking.de/wordpress/plugins/extended-toc
|
Plugin URI: http://www.happybooking.de/wordpress/plugins/extended-toc
|
||||||
Description: This plugin automatically generates and inserts a table of contents (ToC) to your pages and posts, based on tags h1-h6. Whenever the plugin discovers more than a certain amount of headings (default: 3) the ToC is inserted at the top of the page. This plugin also can handle posts that are divided into pages by the nextpage-wordpress-tag. By using the markups [extoc] you can decide where to insert the ToC. Also you can use a whitelist by disable general ToC insertion and insert the ToC to special pages/subpages/posts by [extoc]. Otherwise you can use a blacklist and disable the ToC only on special pages/subpages/posts by using the [noextoc] markup. Any feedback or suggestions are welcome.
|
Description: This plugin automatically generates and inserts a table of contents (ToC) to your pages and posts, based on tags h1-h6. Whenever the plugin discovers more than a certain amount of headings (default: 3) the ToC is inserted at the top of the page. This plugin also can handle posts that are divided into pages by the nextpage-wordpress-tag. By using the markups [extoc] you can decide where to insert the ToC. Also you can use a whitelist by disable general ToC insertion and insert the ToC to special pages/subpages/posts by [extoc]. Otherwise you can use a blacklist and disable the ToC only on special pages/subpages/posts by using the [noextoc] markup. Any feedback or suggestions are welcome.
|
||||||
Version: 0.8.2
|
Version: 0.8.3
|
||||||
Author: HappyBooking UG // Daniel Boldura
|
Author: Daniel Boldura, HappyBooking UG
|
||||||
Author URI: http://www.happybooking.de/
|
Author URI: http://www.happybooking.de/
|
||||||
|
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Author URI: http://www.happybooking.de/
|
||||||
* 4. Config the ToC within a markup e.g. [extoc start=5 headers=1,2,3 title="My table of contents"] oder [extoc start=5 headers=1,2,3 notitle]
|
* 4. Config the ToC within a markup e.g. [extoc start=5 headers=1,2,3 title="My table of contents"] oder [extoc start=5 headers=1,2,3 notitle]
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define( 'EXTENDED_TOC_VERSION', '0.8.2' );
|
define( 'EXTENDED_TOC_VERSION', '0.8.3' );
|
||||||
define( 'EXTENDED_TOC_ID', 'extended_toc' );
|
define( 'EXTENDED_TOC_ID', 'extended_toc' );
|
||||||
define( 'EXTENDED_TOC_NAME', 'Extended-ToC' );
|
define( 'EXTENDED_TOC_NAME', 'Extended-ToC' );
|
||||||
define( 'TOC_MIN_START', 2 );
|
define( 'TOC_MIN_START', 2 );
|
||||||
|
|
Binary file not shown.
|
@ -1,14 +1,14 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Extended-Toc\n"
|
"Project-Id-Version: Extended-Toc\n"
|
||||||
"POT-Creation-Date: 2013-07-04 14:16+0100\n"
|
"POT-Creation-Date: 2013-08-08 21:20+0100\n"
|
||||||
"PO-Revision-Date: 2013-07-04 14:17+0100\n"
|
"PO-Revision-Date: 2013-08-08 21:22+0100\n"
|
||||||
"Last-Translator: HappyBooking UG <info@happybooking.de>\n"
|
"Last-Translator: HappyBooking UG <info@happybooking.de>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 1.5.5\n"
|
"X-Generator: Poedit 1.5.7\n"
|
||||||
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
||||||
"X-Poedit-Basepath: .\n"
|
"X-Poedit-Basepath: .\n"
|
||||||
"X-Poedit-SourceCharset: UTF-8\n"
|
"X-Poedit-SourceCharset: UTF-8\n"
|
||||||
|
@ -16,52 +16,57 @@ msgstr ""
|
||||||
"\\wordpress\n"
|
"\\wordpress\n"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:128
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:130
|
||||||
msgid "Options saved."
|
msgid "Options saved."
|
||||||
msgstr "Konfiguration wurde gespeichert."
|
msgstr "Konfiguration wurde gespeichert."
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:130
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:132
|
||||||
msgid "Save failed."
|
msgid "Save failed."
|
||||||
msgstr "Speichern fehlgeschlagen."
|
msgstr "Speichern fehlgeschlagen."
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:138
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:140
|
||||||
msgid "Extended Table of Contents"
|
msgid "Extended Table of Contents"
|
||||||
msgstr "Extended Table of Contents"
|
msgstr "Extended Table of Contents"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:149
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:151
|
||||||
msgid "Show heading text"
|
msgid "Show heading text"
|
||||||
msgstr "Überschrift anzeigen"
|
msgstr "Überschrift anzeigen"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:156
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:158
|
||||||
msgid "Heading text"
|
msgid "Heading text"
|
||||||
msgstr "Überschrift"
|
msgstr "Überschrift"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:161
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:163
|
||||||
msgid "Add table of contents to following content types"
|
msgid "Add table of contents to following content types"
|
||||||
msgstr "Inhaltsverzeichnis (ToC) zu folgenden Inhalten einfügen"
|
msgstr "Inhaltsverzeichnis (ToC) zu folgenden Inhalten einfügen"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:173
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:175
|
||||||
msgid "Show when"
|
msgid "Show when"
|
||||||
msgstr "Anzeigen bei"
|
msgstr "Anzeigen bei"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:184
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:186
|
||||||
msgid "or more headings are present"
|
msgid "or more headings are present"
|
||||||
msgstr "und mehr Überschriften"
|
msgstr "und mehr Überschriften"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:189
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:191
|
||||||
msgid "Show hierarchy"
|
msgid "Show hierarchy"
|
||||||
msgstr "Hierarchie anzeigen"
|
msgstr "Hierarchie anzeigen"
|
||||||
|
|
||||||
#: D:\1 - Aktuelle Projekte\0
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:198
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:198
|
||||||
|
msgid "Number list items"
|
||||||
|
msgstr "Kapitel nummerieren"
|
||||||
|
|
||||||
|
#: D:\1 - Aktuelle Projekte\0
|
||||||
|
#: happybooking\projekte\wordpress/plugins/extended-toc/extended-toc.php:207
|
||||||
msgid "Save Options"
|
msgid "Save Options"
|
||||||
msgstr "Konfiguration speichern"
|
msgstr "Konfiguration speichern"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Donate link: http://www.happybooking.de/wordpress/plugins/extended-toc/donate
|
||||||
Tags: table of contents, indexes, toc, sitemap, cms, options, list, page listing, category listing
|
Tags: table of contents, indexes, toc, sitemap, cms, options, list, page listing, category listing
|
||||||
Requires at least: 3.0.1
|
Requires at least: 3.0.1
|
||||||
Tested up to: 3.5.2
|
Tested up to: 3.5.2
|
||||||
Stable tag: 0.8.1
|
Stable tag: 0.8.3
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
@ -31,7 +31,9 @@ You can change the default settings and more under Plugins > Extended-ToC
|
||||||
|
|
||||||
== Screenshots ==
|
== Screenshots ==
|
||||||
|
|
||||||
1. The options panel found in Plugins > Extended-ToC
|
1. Table of Contents after a preable
|
||||||
|
2. The options panel found under Plugins > Extended-ToC
|
||||||
|
3. Markup example within the post content
|
||||||
|
|
||||||
== Frequently Asked Questions ==
|
== Frequently Asked Questions ==
|
||||||
|
|
||||||
|
@ -39,6 +41,9 @@ If you have any questions or suggestions please contact us at any time: support@
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 0.8.3 =
|
||||||
|
* Minor CSS style changes
|
||||||
|
|
||||||
= 0.8.2 =
|
= 0.8.2 =
|
||||||
* Bug influence with SEO Plugin fixed / Bug numbering item list fixed
|
* Bug influence with SEO Plugin fixed / Bug numbering item list fixed
|
||||||
|
|
||||||
|
|
BIN
screenshot-1.png
BIN
screenshot-1.png
Binary file not shown.
Before Width: | Height: | Size: 39 KiB After Width: | Height: | Size: 61 KiB |
|
@ -9,7 +9,12 @@
|
||||||
|
|
||||||
#toc-np-container ul, #toc-np-container li {
|
#toc-np-container ul, #toc-np-container li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#toc-np-container li.header-level-1 {
|
||||||
|
font-weight: bold;
|
||||||
|
margin-top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#toc-np-container li.header-level-2 {
|
#toc-np-container li.header-level-2 {
|
||||||
|
|
Loading…
Reference in New Issue