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

Copy Hash Links #10

Open
jpdevries opened this issue Oct 25, 2016 · 2 comments
Open

Copy Hash Links #10

jpdevries opened this issue Oct 25, 2016 · 2 comments

Comments

@jpdevries
Copy link
Contributor

Make it easy for people to copy links to sections of the documentation. Headers already have ids need to make them anchors to allow people to access them without viewing source.

https://medium.com/markuptips/sprinkle-some-hash-on-your-headings-ecd00bfd9811#.sug7hfj7z

@jpdevries
Copy link
Contributor Author

To prevent screen readers from reading the headings as links

<h2 id="yolo"><span a11y-hidden>Yolo</span><a href="#yolo" aria-hidden>Yolo</a></h2>

@Mark-H
Copy link
Member

Mark-H commented Nov 9, 2016

I don't think daux lets us easily do this, but would be nice. Perhaps as a shown-on-hover/focus link/paragraph icon like github does it when it shows markdown in readmes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants