I started to use markdown to take notes.
I use marked to view my markdown notes and its beautiful.
But as my notes get longer I find it diff
There are 2 way to create your TOC (summary) in your markdown document.
# My Table of content
- [Section 1](#id-section1)
- [Section 2](#id-section2)
## Section 1
## Section 2
You can use for example a script that generate summary for you, take a look to my project on github - summarizeMD -
I've tried also other script/npm module (for example doctoc) but no one reproduce a TOC with working anchors.