Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.