f30b1d3418
Templates 2.0 and a whole bunch of other refactoring
1.2 KiB
1.2 KiB
You can add a table of contents to a page using toc
Blocks.
In its most basic form it looks like this (click the edit button to see the code):
You can use it in two ways:
- Manually, by adding a
toc
widget to the pages where you’d like to render a ToC - Automatically, using a Live Template Widgets
To have a ToC added to all pages with a larger (e.g. 3) number of headings, it is recommended to use Library/Core/Widget/Table of Contents.
Configuration
In the body of the toc
code widget you can configure a few options:
header
: by default a “Table of Contents” header is added to the ToC, set this tofalse
to disable rendering this headerminHeaders
: only renders a ToC if the number of headers in the current page exceeds this number, otherwise renders an empty widgetmaxHeaders
: only renders a ToC if the number of headers in the current page is below this number, otherwise renders an empty widget
Example:
header: false
minHeaders: 1
Want to add a table of contents to all your pages automatically? You can — that’s functionality available via the Library/Core library.