Does anyone here use TypeScript? I’m looking for an interested dev who might want to collaborate with me on a Zotero Plugin to create static OLAC repos. I’m willing to draw out the screens and views needed in Figma and do the Information Architecture for what fields need to be crosswalked. I’m a no-javascript skills kind of guy…
There are a couple of typescript options:
- The Zotero Plugin Template/Framework: GitHub - windingwind/zotero-plugin-template: A plugin template for Zotero.
- The NPM package of TypeScript definition d.ts for Zotero: https://github.com/windingwind/zotero-types (npm page: zotero-types - npm). You can also use it as a handbook of Zotero API.
- GitHub - retorquere/generator-zotero-plugin: Generate zotero plugin build scaffolding