farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

Open PDF on a player's screen at the current page #52

Closed farling42 closed 1 year ago

farling42 commented 1 year ago

Provide the ability to show the currently open page on a player's screen.

See https://discord.com/channels/170995199584108546/513918036919713802/1081346155415343194

farling42 commented 1 year ago

Reimplement the Journal class in foundry.js to support passing the options.anchor in the message sent on the socket.

farling42 commented 1 year ago

There is a fundamental problem with the Foundry's "Show Players" button, in that it always will open the Journal at the FIRST PAGE, rather than the currently selected page! This means that a separate module will be required that provides the proper behaviour to this button, and that new module can also then go to a specific "anchor" within the currently viewed page.