22 lines
317 B
Markdown
22 lines
317 B
Markdown
|
---
|
||
|
tags:
|
||
|
- note
|
||
|
source: "N/A"
|
||
|
created_at: 2024-09-12
|
||
|
---
|
||
|
|
||
|
To add an automatic table of contents with `obsidian-automatic-table-of-contents` plugin:
|
||
|
|
||
|
````
|
||
|
```table-of-contents
|
||
|
title: **Table of Contents**
|
||
|
```
|
||
|
|
||
|
---
|
||
|
|
||
|
````
|
||
|
|
||
|
To see a table of contents using built in methods:
|
||
|
|
||
|
![](Notes/attachments/Obsidian%20ToC.png)
|