Table of contents of the document indented by heading level

PHOTO EMBED

Sun Oct 02 2022 18:53:41 GMT+0000 (Coordinated Universal Time)

Saved by @atatimelikethis #devtools #chrome #console

copy($$('h1,h2,h3,h4,h5,h6')
  .map(h => '\t'.repeat(h.tagName.slice(-1)-1) + 
        '- ' + h.innerText.trim())
.join('\n'))
content_copyCOPY

https://codepo8.github.io/dearconsole/scripts/headings-indented.html