mlibrary / cozy-sun-bear

EPUB widgets and support based around and with code from epub.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for skip links in host applications

jmcglone opened this issue · comments

Enable support for host applications (like heliotrope) to set up and fill in skip links via <div>s that link to the main viewer and open the table of contents panel.

@jmcglone - adding the skipLink to the Contents control, which really is handling the event. Thoughts?

cozy.control.contents({ region: 'top.toolbar.left', skipLink: '.skip' }).addTo(reader);

That seems right to me!