You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Akv2021
changed the title
[Improvement] TOC node should focus relevant head on click
[Improvement] TOC node should focus relevant header on click
Jun 10, 2023
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.
#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
The text was updated successfully, but these errors were encountered: