PhilippMundhenk / Kirby-Table-of-Contents

An automatic Table of Contents generation for Kirby pages
https://www.mundhenk.org/blog/kirby-table-of-contents
GNU General Public License v3.0
7 stars 3 forks source link

GitHub release GitHub issues GitHub license

Kirby Table of Contents

Quick Reference

Table of Contents: (toc: 6)
number indicates the maximum level to be included, always starts at level 2

Headline 1: (l1: Headline1)
Headline 2: (l2: Headline2)
Headline 3: (l3: Headline3)
Headline 4: (l4: Headline4)
Headline 5: (l5: Headline5)
Headline 6: (l6: Headline6)

Additional Options

The following are additional options for formatting the table of contents and the contained links. All parameters go into the (toc) tag.

Example

(toc:6 split: - lowercase: 1 levelchar: >)
(l2: Test testä?)
(l3: Test2 testä?)

Installation

copy to your kirby/site/tags folder

Full Documentation & Demo

Please find the documentation and demo here: www.mundhenk.org