Multi-Page Navigation
Adds a small additional navigation bar to the top of the viewport that allows faster seeking through a manifest.
Installation
You can find production-ready build artifacts in the releases section.
Alternatively, you can use npm
to install the artifacts:
$ npm install @dbmdz/mirador-multipagenavigation
If you have a Java Web-Application managed with mvn
, there is also a WebJar, which can be included as follows:
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>dbmdz__mirador-multipagenavigation</artifactId>
<version>{set to current version}</version>
</dependency>
Usage
- enable the plugin by including the CSS and the JavaScript (after loading Mirador):
<link rel="stylesheet" type="text/css" href="<url to the plugin>/multiPageNavigation.min.css" />
...
<script src="<url to the plugin>/multiPageNavigation.min.js"></script>