Aidurber/obsidian-plugin-dynamic-toc

TOC of external page

clemens-holleis opened this issue · 1 comments

Hi!
It would be nice to have the option to set the root markdown file for the TOC.
example in file overview.md you could have:

# Overview

```toc
file: [[chapter_one]]
```

```toc
file: [[chapter_two]]
```


since in the example above the links to chapter_one.md and chapter_two.md would not be automatically updated by Obsidian – would it be an option to also have an option to add the TOC with the callout syntax? This would automatically update the wiki links.
Like:

# Overview

> [!TOC] Table Of Contents Chapter 01
> file: [[chapter_one]]


> [!TOC] Table Of Contents Chapter 02
> file: [[chapter_two]]