Y
Hacker News
new
|
ask
|
show
|
jobs
by
uo21tp5hoyg
938 days ago
Wow I really like that little mini-map on the right...
1 comments
joennlae
938 days ago
+1. Does someone know how to do that?
link
progbits
938 days ago
Firefox only:
https://news.ycombinator.com/item?id=36757542
link
m1el
938 days ago
The minimap contains a copy of the content, but with `transform: scale`. The rest is handling `window.onscroll` and mouse events on the overlay.
link
Klaster_1
938 days ago
Found a canvas-based library for this:
https://larsjung.de/pagemap/
. Definitely not what OP uses, where the minimap is a shrunk copy of the content markup, with all the drawbacks, such as page search finding the same item twice.
link
orlp
938 days ago
The author should really add at least aria-hidden="true" to the minimap element.
link