anthonyshew / maestros

https://shew.dev
131 stars 8 forks source link

Sidebar for heading navigations #29

Closed anthonyshew closed 11 months ago

anthonyshew commented 11 months ago

Going to be essentially the same exact thing as this! It will involved parsing the Markdown, looking for lines that start with #, ##, ###, etc. and then rendering the links to those.

CleanShot 2023-08-13 at 18 15 48@2x

AidanLaycock commented 11 months ago

As a minor additional improvement with this, it might be worth adding the # icon or something similar for headings, so that when someone hovers over it they can see that it will be added to the URL for direct linking. (It's currently an underline anchor tag, it works the same way, it's just not as visually intuitive).