carlossalasamper / open-table-of-contents

๐Ÿ—‚๏ธ The open source WordPress plugin to insert Table of Contents into your posts and pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Table of Contents

๐Ÿ—‚๏ธ The open source WordPress plugin to insert Table of Contents into your posts and pages.

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.

Changelog

0.1.1

  • Added list style attribute to table of contents block.
  • Fixed heading tree generation.

0.1.0

  • Release

Scripts

npm install
npm run build
npm run format
npm run lint:js
npm run packages-update
npm run start
npm run zip

Support the project

โ˜•๏ธ Buy me a coffee so the open source party never ends.

Buy Me A Coffee

YouTube | Instagram | Twitter | Facebook

godofprogramming.com

License

The Open Table of Contents source code is made available under the GPL-3.0.

About

๐Ÿ—‚๏ธ The open source WordPress plugin to insert Table of Contents into your posts and pages.

License:GNU General Public License v3.0


Languages

Language:PHP 50.3%Language:TypeScript 22.7%Language:JavaScript 16.6%Language:SCSS 9.3%Language:Shell 1.0%