You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeSpecificViewer (in PrimaryWindow.js) falls through to WindowViewer (ie, OSD) when all resources that are not audio or video. We should ship a TextViewer component that acts just like WindowViewer, but provides a plugin target for better display of e.g. PDFs.
This would also require some minor additions to the canvas selectors to support filtering resources of type 'Text'.
The text was updated successfully, but these errors were encountered:
- refactor type-based filters into a module
- MiradorCanvas.imagesResources does not assume any service is an image service
- stub TextViewer shows empty div, source elements for text resources, and canvas navigation
- fixesProjectMirador#4085
- refactor type-based filters into a module
- MiradorCanvas.imagesResources does not assume any service is an image service
- stub TextViewer shows empty div, source elements for text resources, and canvas navigation
- fixesProjectMirador#4085
TypeSpecificViewer
(in PrimaryWindow.js) falls through to WindowViewer (ie, OSD) when all resources that are not audio or video. We should ship a TextViewer component that acts just like WindowViewer, but provides a plugin target for better display of e.g. PDFs.This would also require some minor additions to the canvas selectors to support filtering resources of type 'Text'.
The text was updated successfully, but these errors were encountered: