How to load Mirador3 on specific page via config or method call?
It would be great to load viewer on page 3 without knowing canvas@id from iiif manifest. Manifest has the sequence defined - jumping to page should be easy. (or not?)
I found setCanvas in source. Also found this plugin (but that is for Mirador 2 - I think).
Only thing that works atm is manifest property startCanvas
- https://iiif.io/api/presentation/2.0/#linking-properties But I want to cache my manifests.
Mirador 3 provides some APIs for you to use to accomplish this. You can either initialize a window with a given
canvasIndexor set the canvas to a knowncanvasId.canvasIndexproperty to start on a specific index.See https://github.com/ProjectMirador/mirador/wiki/M3---Mirador-3-Frequently-Asked-Questions#q-how-do-i-programmatically-set-the-canvas
If you do not know the
canvasIdin advance, option 1 is probably the best for you to do.