https://github.com/windingwind/zotero-plugin-toolkit
Toolkit for Zotero Plugin Developers.
https://github.com/windingwind/zotero-plugin-toolkit
npm-package zotero zotero-addon zotero-api zotero-plugin
Last synced: 4 months ago
JSON representation
Toolkit for Zotero Plugin Developers.
- Host: GitHub
- URL: https://github.com/windingwind/zotero-plugin-toolkit
- Owner: windingwind
- License: mit
- Created: 2022-12-21T04:51:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T01:06:06.000Z (6 months ago)
- Last Synced: 2026-01-18T00:23:53.830Z (5 months ago)
- Topics: npm-package, zotero, zotero-addon, zotero-api, zotero-plugin
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/zotero-plugin-toolkit
- Size: 875 KB
- Stars: 179
- Watchers: 4
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Zotero Plugin Toolkit
[zotero-plugin-toolkit](https://www.npmjs.com/package/zotero-plugin-toolkit) is an npm package that provides a collection of helpful APIs for [Zotero](https://www.zotero.org/) plugin developers.
> [!TIP]
> Zotero 8 is now supported. Use version `5.1.0` or later of the toolkit.
## Documentation
📚 [View Full Documentation](https://windingwind.github.io/zotero-plugin-toolkit/)
## Examples
This package is integrated into the [Zotero Plugin Template](https://github.com/windingwind/zotero-plugin-template/), which contains practical examples.
If you're new to Zotero plugin development or looking for a migration path from Zotero 6 to 7 or 8, we recommend starting with that template.
Many API entries in the documentation also include usage examples.
## Contributing
Please see [CONTRIBUTING.md](./docs/contributing.md) for guidelines.
## Disclaimer
This project is licensed under the MIT License. No warranties are provided. Please ensure compliance with local laws when using this code.
If you'd like to propose a license change, feel free to contact me at [wyzlshx@foxmail.com](mailto:wyzlshx@foxmail.com).