For long pages where some subheadings may contain a lot of data, it would be helpful to be able to create a TOC for a single heading.
Syntactically, I'd envision this like:
``` toc
toc_heading: "## my subheading"
```
In my case, I have pages for various pieces of software and a heading for courses with each course under it.
It would be useful to be able to navigate this note sections with their own TOC.
Example page
# Java
## Install
...
## Frequent functions
..
## Courses
``` toc
toc_heading: "## Courses"
\```
### Course 1
#### Module 1
...
##### Section 1
...
### Course 2
...
Conversely, it might also be helpful to have an ignore heading function, where a heading and subheading may be left out of the TOC.
Thanks
For long pages where some subheadings may contain a lot of data, it would be helpful to be able to create a TOC for a single heading.
Syntactically, I'd envision this like:
``` toc
toc_heading: "## my subheading"
```
In my case, I have pages for various pieces of software and a heading for courses with each course under it.
It would be useful to be able to navigate this note sections with their own TOC.
Example page
Conversely, it might also be helpful to have an ignore heading function, where a heading and subheading may be left out of the TOC.
Thanks