From 3ed982d8a02fa1cf68749894d1640424c0f1d387 Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Wed, 5 Jul 2023 11:30:51 +0200 Subject: [PATCH 1/4] Add BSB Mirador 3 plugins --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 304fdc9..fa13ca8 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,14 @@ Creating your own plugin? Label it with ["mirador-plugins"](https://github.com/s - [Image Tools](https://github.com/ProjectMirador/mirador-image-tools) (M3) - [Share Plugin](https://github.com/ProjectMirador/mirador-share-plugin) (M3) - [See also the plugin demos](https://github.com/ProjectMirador/mirador-plugin-demos) (M3) -- [BSB Mirador Plugins](https://github.com/dbmdz/mirador-plugins) (M2 and M3) - A repository of Mirador plugins maintained by the Bavarian State Library, including +- BSB Mirador 3 Plugins + - [mirador-textoverlay](https://github.com/dbmdz/mirador-textoverlay) (M3) - Display and select OCR text provided via annotations or ALTO XML + - [mirador-keyboardshortcuts](https://github.com/dbmdz/mirador-keyboardshortcuts) (M3) - Adds keyboard shortcuts for faster navigation + - [mirador-imagecropper](https://github.com/dbmdz/mirador-imagecropper) (M3) - Create a IIIF Image URL for a selected area on a Canvas + - [mirador-downloaddialog](https://github.com/dbmdz/mirador-downloaddialog) - Offers images as download, as well as the URLs provided via `seeAlso` + - [mirador-canvaslink](https://github.com/dbmdz/mirador-canvaslink) (M3) - Share a link to the current Canvas + - [mirador-canvasnavigation](https://github.com/dbmdz/mirador-canvasnavigation) (M3) - Offers an alternative Canvas navigation +- [BSB Mirador 2 Plugins](https://github.com/dbmdz/mirador-plugins) (M2) - A repository of Mirador plugins maintained by the Bavarian State Library, including - CanvasLink - Lets you get a link to currently shown canvas - ImageCropper - Adds an overlay to the canvas for retrieving the image url for the selected area - PhysicalRuler - Adds a ruler with metric or imperial units From 8316128d2d9743fc6886f55c33780d87a644aa9e Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Thu, 6 Jul 2023 08:27:31 +0200 Subject: [PATCH 2/4] Update README.md, list hOCR in mirador-textoverlay capabilities Co-authored-by: Johannes Baiter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa13ca8..ed8815b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Creating your own plugin? Label it with ["mirador-plugins"](https://github.com/s - [Share Plugin](https://github.com/ProjectMirador/mirador-share-plugin) (M3) - [See also the plugin demos](https://github.com/ProjectMirador/mirador-plugin-demos) (M3) - BSB Mirador 3 Plugins - - [mirador-textoverlay](https://github.com/dbmdz/mirador-textoverlay) (M3) - Display and select OCR text provided via annotations or ALTO XML + - [mirador-textoverlay](https://github.com/dbmdz/mirador-textoverlay) (M3) - Display and select OCR text provided via annotations, hOCR or ALTO XML - [mirador-keyboardshortcuts](https://github.com/dbmdz/mirador-keyboardshortcuts) (M3) - Adds keyboard shortcuts for faster navigation - [mirador-imagecropper](https://github.com/dbmdz/mirador-imagecropper) (M3) - Create a IIIF Image URL for a selected area on a Canvas - [mirador-downloaddialog](https://github.com/dbmdz/mirador-downloaddialog) - Offers images as download, as well as the URLs provided via `seeAlso` From 4f1dcd7d0248bee812d33a13faa82765a2e99c8f Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Thu, 6 Jul 2023 08:29:05 +0200 Subject: [PATCH 3/4] Update README.md, specify mirador-canvasnavigation features Co-authored-by: Johannes Baiter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8815b..7d58a19 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Creating your own plugin? Label it with ["mirador-plugins"](https://github.com/s - [mirador-imagecropper](https://github.com/dbmdz/mirador-imagecropper) (M3) - Create a IIIF Image URL for a selected area on a Canvas - [mirador-downloaddialog](https://github.com/dbmdz/mirador-downloaddialog) - Offers images as download, as well as the URLs provided via `seeAlso` - [mirador-canvaslink](https://github.com/dbmdz/mirador-canvaslink) (M3) - Share a link to the current Canvas - - [mirador-canvasnavigation](https://github.com/dbmdz/mirador-canvasnavigation) (M3) - Offers an alternative Canvas navigation + - [mirador-canvasnavigation](https://github.com/dbmdz/mirador-canvasnavigation) (M3) - Offers an alternative Canvas navigation with the ability to jump to arbitrary canvases - [BSB Mirador 2 Plugins](https://github.com/dbmdz/mirador-plugins) (M2) - A repository of Mirador plugins maintained by the Bavarian State Library, including - CanvasLink - Lets you get a link to currently shown canvas - ImageCropper - Adds an overlay to the canvas for retrieving the image url for the selected area From 7ac78356f6276ff10a3d91e79b68bb5e5764063d Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Thu, 6 Jul 2023 08:29:35 +0200 Subject: [PATCH 4/4] Update README.md, update mirador-keyboardshortcuts description Co-authored-by: Johannes Baiter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d58a19..0529ff2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Creating your own plugin? Label it with ["mirador-plugins"](https://github.com/s - [See also the plugin demos](https://github.com/ProjectMirador/mirador-plugin-demos) (M3) - BSB Mirador 3 Plugins - [mirador-textoverlay](https://github.com/dbmdz/mirador-textoverlay) (M3) - Display and select OCR text provided via annotations, hOCR or ALTO XML - - [mirador-keyboardshortcuts](https://github.com/dbmdz/mirador-keyboardshortcuts) (M3) - Adds keyboard shortcuts for faster navigation + - [mirador-keyboardshortcuts](https://github.com/dbmdz/mirador-keyboardshortcuts) (M3) - Adds customizable keyboard shortcuts for faster navigation - [mirador-imagecropper](https://github.com/dbmdz/mirador-imagecropper) (M3) - Create a IIIF Image URL for a selected area on a Canvas - [mirador-downloaddialog](https://github.com/dbmdz/mirador-downloaddialog) - Offers images as download, as well as the URLs provided via `seeAlso` - [mirador-canvaslink](https://github.com/dbmdz/mirador-canvaslink) (M3) - Share a link to the current Canvas