If the Table of Contents is present in markdown, then it'll also show up as nodes.
On clicking any content in table of contents that header should be accessible i.e.
From below sample file, On clicking "Para 1" in markmap, it should
either open the md file with that section in focus (same as clicking on "Para 1" in TOC inside Markdown file.) OR
Focus on "Para 1" node in Markmap. [Preferred since we are navigating in same file/view]
Currently it tries to open a file named #para-1 in the same directory. Which results in a "file not found" view.
Sample file
# Main Header
## Sub Header 1
### Para 1
- This is my content
## Sub Header 2
1. There's more content.
# Main Header 2
- line 1
- line 2
If the Table of Contents is present in markdown, then it'll also show up as nodes. On clicking any content in table of contents that header should be accessible i.e.
From below sample file, On clicking "Para 1" in markmap, it should
Currently it tries to open a file named
#para-1
in the same directory. Which results in a "file not found" view.Sample file
It'll have the following TOC
And Following MarkMap