Skip to content

Commit

Permalink
fix(deps): bump ztoolkit, scaffold and other deps (#170)
Browse files Browse the repository at this point in the history
* fix(deps): bump ztoolkit, scaffold and other deps

- use web-ext to reload plugin
- remove itembox example
- update all deps

* docs: add scaffold to readme and replace plugin dev documentation with zotero-chinese.com
  • Loading branch information
northword authored Aug 28, 2024
1 parent 351b732 commit d971407
Show file tree
Hide file tree
Showing 10 changed files with 1,772 additions and 1,621 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ ZOTERO_PLUGIN_DATA_DIR =
# ZOTERO_PLUGIN_KILL_COMMAND =

# GitHub Token
# For release-it auto create release and upload assets
# For scaffold auto create release and upload assets.
# Fill in this variable if you are publishing locally instead of CI.
# GITHUB_TOKEN =
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ jobs:
- name: Release to GitHub
run: |
npm run release
# cp build/update.json update.json
# cp build/update-beta.json update-beta.json
# git add update.json
# git add update-beta.json
# git commit -m 'chore(publish): synchronizing `update.json`'
# git push
sleep 1s
- name: Notify release
Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ This is a plugin template for [Zotero](https://www.zotero.org/).

[English](README.md) | [简体中文](doc/README-zhCN.md)

[📖 Plugin Development Documentation](https://zotero.yuque.com/books/share/8d230829-6004-4934-b4c6-685a7001bfa0/vec88d) (Chinese, outdated)

[📖 Plugin Development Documentation for Zotero 7](https://www.zotero.org/support/dev/zotero_7_for_developers)

[🛠️ Zotero Plugin Toolkit](https://github.com/windingwind/zotero-plugin-toolkit) | [API Documentation](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/docs/zotero-plugin-toolkit.md)

[ℹ️ Zotero Type Definitions](https://github.com/windingwind/zotero-types)

[📜 Zotero Source Code](https://github.com/zotero/zotero)

[📌 Zotero Plugin Template](https://github.com/windingwind/zotero-plugin-template) (This repo)
- Documentation for plugins development
- [📖 Plugin Development Documentation](https://zotero-chinese.com/plugin-dev-guide/) (Chinese, not yet complete)
- [📖 Plugin Development Documentation for Zotero 7](https://www.zotero.org/support/dev/zotero_7_for_developers)
- Tools for plugins development
- [🛠️ Zotero Plugin Toolkit](https://github.com/windingwind/zotero-plugin-toolkit) | [API Documentation](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/docs/zotero-plugin-toolkit.md)
- [🛠️ Zotero Plugin Scaffold](https://github.com/northword/zotero-plugin-scaffold)
- [ℹ️ Zotero Type Definitions](https://github.com/windingwind/zotero-types)
- [📜 Zotero Source Code](https://github.com/zotero/zotero)
- [📌 Zotero Plugin Template](https://github.com/windingwind/zotero-plugin-template) (This repo)

> [!tip]
> 👁 Watch this repo so that you can be notified whenever there are fixes & updates.
Expand Down
20 changes: 9 additions & 11 deletions doc/README-zhCN.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@

[English](../README.md) | [简体中文](./README-zhCN.md)

📖 [插件开发文档](https://zotero.yuque.com/books/share/8d230829-6004-4934-b4c6-685a7001bfa0/vec88d) (中文版,已过时)

[📖 Zotero 7 插件开发文档](https://www.zotero.org/support/dev/zotero_7_for_developers)

🛠️ [Zotero 插件工具包](https://github.com/windingwind/zotero-plugin-toolkit) | [API 文档](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/docs/zotero-plugin-toolkit.md)

ℹ️ [Zotero 类型定义](https://github.com/windingwind/zotero-types)

📜 [Zotero 源代码](https://github.com/zotero/zotero)

📌 [Zotero 插件模板](https://github.com/windingwind/zotero-plugin-template) (即本仓库)
- 开发指南
- [📖 插件开发文档](https://zotero-chinese.com/plugin-dev-guide/) (中文版,尚不完善)
- [📖 Zotero 7 插件开发文档](https://www.zotero.org/support/dev/zotero_7_for_developers)
- 开发工具参考
- [🛠️ Zotero 插件工具包](https://github.com/windingwind/zotero-plugin-toolkit) | [API 文档](https://github.com/windingwind/zotero-plugin-toolkit/blob/master/docs/zotero-plugin-toolkit.md)
- [🛠️ Zotero 插件开发脚手架](https://github.com/northword/zotero-plugin-scaffold)
- [📜 Zotero 源代码](https://github.com/zotero/zotero)
- [ℹ️ Zotero 类型定义](https://github.com/windingwind/zotero-types)
- [📌 Zotero 插件模板](https://github.com/windingwind/zotero-plugin-template) (即本仓库)

> [!tip]
> 👁 Watch 本仓库,以及时收到修复或更新的通知.
Expand Down
Loading

0 comments on commit d971407

Please sign in to comment.