How can i create dynamic Table of Content ? #759
-
@code norg
= ToC Table of Contents
@endthis code doesn't work for me. How can I create it ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
you did open that twice |
Beta Was this translation helpful? Give feedback.
-
|
The official syntax to create a TOC is the following: But note that this syntax only constructs a table of contents during export (or at least that is its purpose). If you want an interactive TOC then you can use Where did you get the old syntax from? Maybe there's some old bit of documentation that I overlooked and that I should update :p |
Beta Was this translation helpful? Give feedback.
The official syntax to create a TOC is the following:
But note that this syntax only constructs a table of contents during export (or at least that is its purpose). If you want an interactive TOC then you can use
:Neorg tocin anynorgbuffer of your choice :)Where did you get the old syntax from? Maybe there's some old bit of documentation that I overlooked and that I should update :p