Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baraja-core/table-of-content
A tool for easily compiling Table of content from the article content.
https://github.com/baraja-core/table-of-content
article content entity fast generator parser speed
Last synced: 21 days ago
JSON representation
A tool for easily compiling Table of content from the article content.
- Host: GitHub
- URL: https://github.com/baraja-core/table-of-content
- Owner: baraja-core
- License: mit
- Created: 2021-03-27T08:58:23.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T13:41:26.000Z (over 2 years ago)
- Last Synced: 2024-12-06T23:33:23.349Z (about 1 month ago)
- Topics: article, content, entity, fast, generator, parser, speed
- Language: PHP
- Size: 236 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
- License: LICENSE
Awesome Lists containing this project
README
Table of content
================A tool for easily compiling Table of content from the article content.
📦 Installation
---------------It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/table-of-content) and
[GitHub](https://github.com/baraja-core/table-of-content).To install, simply use the command:
```
$ composer require baraja-core/table-of-content
```You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.
How to use
----------![Response entity](doc/response-entity.png)
![Rendered content](doc/rendered-content.png)
📄 License
-----------`baraja-core/table-of-content` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.