ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

Modify the "Mirador" api, to register plugins and create itself as an instance #94

Closed mejackreed closed 5 years ago

mejackreed commented 5 years ago

92 and #93 are separate PR's that add the prerequisite changes here needed to accomplish the "add window" without the manifest already being present in the store.

2e0a81c is really the heart of this PR. I really like the pattern of #91, where a plugin maybe needs to know its parent. That way the parent then can register/run/ it.