You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a huge improvement of the user experience of navigating a PEF document.
With some recent changes in OBFL and Dotify it has become technically feasible to implement this. The idea is the following: we insert special tokens in the OBFL before and after <page-number ref-id="xxx"/> and a corresponding token before <span id="xxx"/>. These tokens will flow through the processor and end up in the PEF at the expected locations. pef:store then interprets this metadata to generate links in the HTML.
The text was updated successfully, but these errors were encountered:
This would be a huge improvement of the user experience of navigating a PEF document.
With some recent changes in OBFL and Dotify it has become technically feasible to implement this. The idea is the following: we insert special tokens in the OBFL before and after
<page-number ref-id="xxx"/>
and a corresponding token before<span id="xxx"/>
. These tokens will flow through the processor and end up in the PEF at the expected locations.pef:store
then interprets this metadata to generate links in the HTML.The text was updated successfully, but these errors were encountered: