https://github.com/nivianh/toc
Plugin allows you to insert a table of contents into your posts, pages and custom post types.
https://github.com/nivianh/toc
botble plugin table-of-contents toc-generator
Last synced: 9 months ago
JSON representation
Plugin allows you to insert a table of contents into your posts, pages and custom post types.
- Host: GitHub
- URL: https://github.com/nivianh/toc
- Owner: nivianh
- Created: 2021-07-03T13:37:32.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T11:34:59.000Z (over 1 year ago)
- Last Synced: 2025-04-07T11:38:22.523Z (about 1 year ago)
- Topics: botble, plugin, table-of-contents, toc-generator
- Language: PHP
- Homepage:
- Size: 45.9 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is a plugin for Botble CMS so you have to purchase Botble CMS first to use this plugin.
# Installation
- For developers:
- Rename folder `toc-main` to `toc`.
- Copy folder `toc` into `/platform/plugins`.
- Run command `php artisan cms:plugin:activate toc` to activate this plugin.
- For non-developers:
- Rename folder `toc-main` to `toc`.
- Copy folder `toc` into `/platform/plugins`.
- Or go to Admin Panel -> Plugins and activate plugin Table of Content.
- For Botble version >= 6.x
- Set/Edit in `.env` file `CMS_ENABLE_MARKETPLACE_FEATURE=true`, if you already have it, skip it.
- Go to `Admin Panel` -> `Plugins` menu -> ` + Add new` button.
- Find or search `toc` keyword and `Install now`.
- Good luck and enjoy!!
# Credits
- This plugin is referencing the source code from https://wordpress.org/plugins/easy-table-of-contents
# Versions
- Botble version <= 5.30 -> use `v1.1` (https://github.com/nivianh/toc/releases/tag/v1.1)