@myrmidon/cadmus-refs-mol-lookup
v0.0.1
Published
Cadmus - MOL (Manus Online) lookup.
Maintainers
Readme
CadmusRefsMolLookup
📦 @myrmidon/cadmus-refs-mol-lookup
This project was generated using Angular CLI version 21.0.0.
A simple Manus Online authority entries lookup service.
Requirements
⚠️ As MOL does not currently provide any API services, you will need to add the MOL API service to your Cadmus API using the corresponding package (Mol.Api.Controllers).
In this workspace, the demo page for this service assumes that the endpoints for this controller are reachable at http://localhost:5230/api/. You can change the base address from the app's env.js file.
Usage
npm i @myrmidon/cadmus-refs-mol-lookup.if you want to use the MOL icon in a set of lookup providers, add to your
public/imgfolder the corresponding image you can find here in the demo app at the same location.add to your
env.jsthe root URL for the MUFI service, e.g. (change the URL to reflect your configuration):// MOL window.__env.molUrl = "http://localhost:5230/";inject
MolRefLookupServicein your controller and bind it to the lookup component used in your component.
History
0.0.1
- 2025-11-26: initial commit.
