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

annotation template: allow browsing through sections (in long documents) #223

Open
daliboris opened this issue Apr 15, 2024 · 0 comments
Open

Comments

@daliboris
Copy link
Contributor

The sample annotations are very short, but when working with long documents (divided into parts), only the first part is displayed on the page and it is not possible to go to the next (or previous) part.

To enable this navigation, you can add the following elements to the annotate.html template in the header toolbar:

<pb-navigation emit="transcription" keyboard="left" subscribe="transcription" direction="backward" unit="page" rendition="invisible">
  <paper-icon-button icon="icons:chevron-left"/>
</pb-navigation>
<pb-navigation emit="transcription" keyboard="right" subscribe="transcription" direction="forward" unit="page" rendition="invisible">
  <paper-icon-button icon="icons:chevron-right"/>
</pb-navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant