-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
47 lines (32 loc) · 1.8 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Open Table Of Contents ===
Contributors: Carlos Sala Samper
Tags: table of contents, toc, indexes, seo, navigation, links, index
Tested up to: 6.1
Stable tag: 0.1.1
License: GPL v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
🗂️ The open source WordPress plugin to insert Table of Contents into your posts and pages.
== Description ==
The definitive WordPress plugin to automatically add a table of contents to your posts and pages.
Enjoy all the features of the plugin completely free. No subscription or pro license will be required now or in the future.
== Features ==
- Table of contents block to insert in posts/pages compatible with the Wordpress Gutenberg editor.
- Choose a title for the table of contents.
- Choose which levels of headings you want to include in the table of contents from h2 to h6.
- Choose a list style for your table of contents.
- The style of the table of contents is fully customizable through CSS.
- SEO friendly solution rendered on PHP server. The table of contents does not execute ANY JAVASCRIPT CODE.
- It is open source, so you can see how the code works or extend its features.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/open-table-of-contents` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress.
== Changelog ==
= 0.1.1 =
* Added list style attribute to table of contents block.
* Fixed heading tree generation.
= 0.1.0 =
* Release
== Developers ==
An open source software developed by:
[Carlos Sala Samper](https://profiles.wordpress.org/carlossalasamper/).
[Here](https://github.com/carlossalasamper/open-table-of-contents) you can see GitHub repository with the source code of the project.