Overview

In the following article, I introduced mirador-sync-windows, a plugin for Mirador 2.

This time, I updated the above functionality for Mirador 3 (actually Mirador 4).

The behavior is still somewhat unstable, but you can try it at the following link.

https://mirador-sync-windows.vercel.app/

Deploying to Vercel

Development was based on the Mirador 4-compatible branch of the mirador-image-tools plugin.

https://github.com/ProjectMirador/mirador-image-tools/tree/mirador4-compat-clean

The above project provides the following commands:

{"}sc}r,i""""""""""""pbbbbbclpsttttuuuuulirteeesiiiiieneasss"lllllatprttt:dddddn"ut"::"::::":b":cw{:duec:l:oaemsj"i"vt"md"s"es"necno":"rshNprhp"::mlOOma"m:"inDg:"m"-nlErer"Nkmrty_u""uNOdkf"En:jnODid:NeDEriVl"sbE_rs"=ijtu_E-urndneiENp-mcpetslNVpdmvt-dV=ee&w:=psl&rl&audri&uo-tmeo&b_npjccdvd&rtmeoh"eu&mecesv",lcc&slnteotp-tet"rpicrsa,amo-pf_nwgenr_een-"&b"twsr/,&p,ereawbcssncep/rpkba*c&mpc/&sake*recsrurklmnv-&iem&b-b-orumdN&fioeO&lod=DdpepEN/:e=r_OlendoEDis"edNEb,vuV_&ec=E&&ltpN&oirVnpoo=rpmndpmme"urn,co-rttdru"iufn,ocntbiuMdiOnelDmdUMo:LO/cEDdj_UisFLsOEt&R_"&MF,AOnTRp=MmeAsTr=uncnpjxsbubniaplbxde"lb,aebsel-dliebs"-,dlib",

Based on the above commands, I modified the Vercel deployment settings as follows:

I set the Build Command to pnpm build:demo and the Output Directory to demo/dist.

Summary

I plan to publish the source code in the future. I hope this serves as a helpful reference for Mirador 3 (4) plugin development.