Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l0o0/zoteroplugins


https://github.com/l0o0/zoteroplugins

Last synced: 5 days ago
JSON representation

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 仓库地址
}
```

其他信息插件版本、日期等,会在自动更新时由机器人自动添加,不必手动添加。