Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l0o0/zoteroplugins
https://github.com/l0o0/zoteroplugins
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/l0o0/zoteroplugins
- Owner: l0o0
- License: mit
- Created: 2022-04-15T06:43:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T08:54:23.000Z (about 1 year ago)
- Last Synced: 2024-11-07T17:02:57.279Z (13 days ago)
- Language: Python
- Size: 144 MB
- Stars: 189
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zotero Plugins
**感谢大家的关注,本仓库已停止维护**
新的插件汇总仓库为 [https://github.com/zotero-chinese/zotero-plugins](https://github.com/zotero-chinese/zotero-plugins)
[新的Zotero中文小组插件汇总网站](https://plugins.zotero-chinese.com/#/)
## 如何提交没有收录的插件信息
[sources.json](https://github.com/l0o0/ZoteroPlugins/blob/main/sources.json) 记录着插件的信息,Github Action 机器人会每天定时读取该文件,下载最新的插件包,同步到仓库中。如果想添加新的插件,可以在`sources.json`添加下面的插件配置,只需要添加`name`和`repo`信息
```json
{
"name": "zotero-figure", //插件名称
"repo": "https://github.com/MuiseDestiny/zotero-figure" // github 仓库地址
}
```其他信息插件版本、日期等,会在自动更新时由机器人自动添加,不必手动添加。