Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar for heading navigations #29

Closed
anthonyshew opened this issue Aug 14, 2023 · 1 comment · Fixed by #62
Closed

Sidebar for heading navigations #29

anthonyshew opened this issue Aug 14, 2023 · 1 comment · Fixed by #62
Labels
Milestone

Comments

@anthonyshew
Copy link
Owner

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
Copy link

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).

@anthonyshew anthonyshew added this to the Beta milestone Sep 6, 2023
@anthonyshew anthonyshew linked a pull request Sep 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants