Dependencies & SDKs
This document lists the libraries and SDKs commonly used in Zotero plugin development.
zotero-plugin-toolkit
A comprehensive toolkit that simplifies the development of Zotero plugins. It includes utilities and helpers for common tasks such as menu management, preference handling, and UI component creation. Some key features are gradually being integrated into the official Zotero plugin API.
This library is by default included when you use the windingwind/zotero-plugin-template.
zotero-types
TypeScript type definitions for Zotero's XPCOM interfaces and APIs. This package provides type safety and autocompletion support when developing Zotero plugins using TypeScript.
This library is by default included when you use the windingwind/zotero-plugin-template.