2024-01-21 02:16:07 +08:00
|
|
|
---
|
|
|
|
description: Adds a Table of Contents to pages
|
|
|
|
tags: template
|
|
|
|
hooks.top:
|
2024-07-30 03:21:16 +08:00
|
|
|
where: 'not pageDecoration.disableTOC'
|
2024-01-21 02:16:07 +08:00
|
|
|
# Show all the way at the top
|
|
|
|
order: 0
|
|
|
|
---
|
|
|
|
```toc
|
|
|
|
minHeaders: 3
|
|
|
|
```
|