-
How can I view the table of contents of a text note? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can view the table of contents (TOC) for a text note in Trilium Notes using the built-in feature. The TOC appears automatically in the right sidebar when your note contains more than 5 headings. You can customize this behavior in the note's settings, where you can set the minimum number of headings required for the TOC to show, or change the heading style. If you want to force the TOC to appear (regardless of the number of headings), add the attribute To reply, just mention @dosu. How did I do? Good | Irrelevant | Incorrect | Verbose | Hallucination | Report 🐛 | Other |
Beta Was this translation helpful? Give feedback.
You can view the table of contents (TOC) for a text note in Trilium Notes using the built-in feature. The TOC appears automatically in the right sidebar when your note contains more than 5 headings. You can customize this behavior in the note's settings, where you can set the minimum number of headings required for the TOC to show, or change the heading style. If you want to force the TOC to appear (regardless of the number of headings), add the attribute
#toc
or#toc=show
to your note; to hide it, use#toc=hide
source. The TOC lists all the headings (created with##
or more) in your note for easy navigation source.To reply, just mention @dosu.
How did I do? Good | Irrelevant | Incorrect…