allenai / pdf-component-library

51 stars 5 forks source link

Bug: TOC redirects to page instead of the sections #66

Closed smitar closed 2 years ago

yensung commented 2 years ago

Progress note: Currently, it cannot be solved simply by using the Outline component provided by react-pdf. To scroll to a specific title location, a paper needs dest information of the title, but the Outline component only passes pageNumber and pageIndex arguments to click handler functions. There is an ongoing PR for this issue, but it has been created for 5 months and the author hasn't merged it for some reason. I am gonna create our own Outline components to achieve this feature.

yensung commented 2 years ago

Reference note:

smitar commented 2 years ago

adding unit tests

yensung commented 2 years ago

Related PR: https://github.com/allenai/pdf-component-library/pull/83