I know this late, but there’s been a way to do this that I was told about in the discord chat.
You simply add a # in the internal link, and then create your own TOC using that. Basically, like this:
TOC
-
- [[# First heading]]
- 1.A [[# First subheading]]
-
- [[# Second heading]]
Then, as you’re writing, you have to create headings with the internal link, as follows:
Example
[[# First heading]]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pretium lorem ut nisi vestibulum, id sollicitudin neque euismod. Sed sed sem diam.
[[# First subheading]]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pretium lorem ut nisi vestibulum, id sollicitudin neque euismod. Sed sed sem diam.
[[# Second heading]]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec pretium lorem ut nisi vestibulum, id sollicitudin neque euismod. Sed sed sem diam.
This will work to navigate inside a note, but admittedly it’s kind of tedious to set it up because when you’re writing the headings, you have to cancel the autocomplete and the brackets at the end shrink because when you put the # inside the brackets, Obsidian thinks you’re making another heading.
I don’t know who discovered this, but I’ve been using this solution and it works, but it could be improved!