From 4c80e385d5d183dc368def5d7f7043611b0aa7f2 Mon Sep 17 00:00:00 2001 From: Marlo Longley Date: Thu, 26 Mar 2026 16:39:46 -0400 Subject: [PATCH 1/2] Remove broken link in README for mirador-start Closes #4224 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 825bac162..99ba84b2e 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ [![Node.js CI](https://github.com/ProjectMirador/mirador/workflows/Node.js%20CI/badge.svg)](https://github.com/ProjectMirador/mirador/actions/workflows/node.js.yml) [![codecov](https://codecov.io/gh/ProjectMirador/mirador/branch/main/graph/badge.svg)](https://codecov.io/gh/ProjectMirador/mirador) ## For Mirador Users -You can quickly use and configure Mirador by remixing the [mirador-start](https://mirador-start.glitch.me/) Glitch. - We recommend installing Mirador using a JavaScript package manager like [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/). ```sh From ffca5510026ac1117347e5ff43b806586c5be724 Mon Sep 17 00:00:00 2001 From: Marlo Longley Date: Thu, 26 Mar 2026 17:24:54 -0400 Subject: [PATCH 2/2] Try to recreate the settings playground --- demo/playground.html | 172 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 demo/playground.html diff --git a/demo/playground.html b/demo/playground.html new file mode 100644 index 000000000..50d29af86 --- /dev/null +++ b/demo/playground.html @@ -0,0 +1,172 @@ + + + + + + Mirador Playground + + + + + + +
+

Mirador Config

+ +
+ + +
+ +
+ +
+ + + + \ No newline at end of file