Skip to content

Latest commit

 

History

History
executable file
·
35 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

executable file
·
35 lines (24 loc) · 1.63 KB

Mirador Drag and Drop Link Plugin

A Mirador plugin that adds the IIIF drag and drop link (manifest with canvas) to every window. This plugin will help you to open the current canvas in another IIIF viewer according to your purpose.

Demo

Implementation examples that support for a drop of “IIIF drag and drop” link (manifest with canvas):

Usage

To enable it, include the CSS and the JavaScript (after loading Mirador).

<link rel="stylesheet" type="text/css" href="<url to the plugin>/dragndrop-link.css" />
...
<script src="<url to the plugin>/dragndrop-link.js"></script>

Acknowledgements

The most of this plugin (source code, description, etc.) is owed to “ManifestButton” a part of “dbmdz / mirador-plugins” (MIT License, Digital Library/Munich Digitization Center at Bavarian State Library). I would like to thank dbmdz for their activities.