2SC1815J / open-in-iiif-viewer

A Firefox/Chrome extension to open IIIF manifest link in your favorite IIIF viewer.
21 stars 1 forks source link

Possible to use "iiif-content=" instead of "manifest="? #3

Closed hadro closed 1 year ago

hadro commented 1 year ago

Thank you for the great plugin, I have found it useful for a number of years!

I'd like to try using this plugin with the relatively new Clover IIIF viewer: https://samvera-labs.github.io/clover-iiif/

But the URL construction uses "iiif-content=" instead of "manifest=" -- for example, see here: https://samvera-labs.github.io/clover-iiif/?iiif-content=https://iiif.io/api/cookbook/recipe/0003-mvm-video/manifest.json

Is it possible to configure this plugin to allow for that pattern? Apologies if this is already in the documentation and I didn't understand correctly!

2SC1815J commented 1 year ago

Thank you for your interest over the years!

If you use this plugin to open with the Clover IIIF viewer, you can configure the following in the plugin options.

https://samvera-labs.github.io/clover-iiif/?iiif-content={manifest_URI}

Or simply,

https://samvera-labs.github.io/clover-iiif/?iiif-content=

If it doesn't work, please feel free to let me know again!

hadro commented 1 year ago

Aha, that worked perfectly! I thought I had tried that parameter before, but I guess I must have made a mistake. Many thanks for your quick response.