Title here
Summary here
Auto-generate a table of contents from post headings with anchor links for easier navigation. Perfect for long-form articles, tutorials, and documentation.
| Setting | Type | Default | Description |
|---|---|---|---|
| Auto Insert | Toggle | Enabled | Automatically add TOC to posts |
| Position | Select | After First Paragraph | Where to display the TOC |
| Minimum Headings | Number | 3 | Only show if post has this many headings |
| Heading Levels | Text | 2,3 | Comma-separated levels (e.g., “2,3,4” for H2-H4) |
| TOC Title | Text | Table of Contents | Title above the TOC |
| Numbered List | Toggle | Disabled | Use numbers instead of bullets |
Use [toc] to manually place the table of contents:
[toc]Place [toc] after your introduction paragraph. Readers get context first, then can navigate.
The TOC is wrapped in a div with class switchboard-toc. Customize with CSS:
.switchboard-toc {
background: #f5f5f5;
padding: 20px;
border-radius: 8px;
margin: 20px 0;
}
.switchboard-toc h3 {
margin-top: 0;
}
.switchboard-toc a {
color: #0073aa;
text-decoration: none;
}
.switchboard-toc a:hover {
text-decoration: underline;
}Get access to all 147 modules with a single license