Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
northword pushed 1 commit to main zotero-chinese/zotero-plugins
- Add papersgpt-for-zotero, zotero-review-assistant (#150) * add papersgpt/papersgpt-for-zotero * add alima-webdev/... 27f8e10
northword closed a pull request on zotero-chinese/zotero-plugins
Add plugins
Adjust the tags if need.northword pushed 1 commit to main northword/zotero-format-metadata
- chore(deps): bump scaffold 3d37b5e
northword pushed 17 commits to prefs northword/zotero-plugin-scaffold
- feat: add test runner (#63) * feat: add test runner use proxy mode for tester, as web-ext doesn't support multipl... 0b5e40d
- chore(release): publish v0.1.8-beta.1 6bac5e2
- fix: tester startup should not block other plugin startup 3f2c76d
- chore(release): publish v0.1.8-beta.2 7e42059
- feat: add tester timeout config 5320c13
- feat: add tester debug() 4d74996
- chore(release): publish v0.1.8-beta.3 f6e6011
- fix: hidden shell output and fix jsdoc typo ebb6f29
- chore(release): publish v0.2.0-beta.4 226680b
- fix(deps): release.bumpp.execute with bumpp version 9.9.0 7fcdc70
- chore(release): publish v0.2.0-beta.5 e3ecaab
- refactor!: zotero-runner class, drop web-ext (#64) * refactor!: fx-runner * refactor: drop web-ext * refactor:... e0ec33b
- chore(release): publish v0.2.0-beta.6 d499ed0
- fix(deps): unlock bumpp version, bump deps d5cbfaf
- fix(deps): remove unused deps 2b83a93
- chore(release): publish v0.2.0-beta.7 668e028
- Merge branch 'main' into prefs 52f95b1
northword opened an issue on northword/zotero-plugin-scaffold
Dependencies Cleanup
## Current https://npmgraph.js.org/[email protected] https://pkg-size.dev/[email protected] 232 pkgs,50 M **_LOHG-TERM PLANS_** ## globby gl...northword created a tag on northword/zotero-plugin-scaffold
v0.2.0-beta.7 - A scaffold for Zotero plugin development
northword pushed 1 commit to main northword/zotero-plugin-scaffold
- chore(release): publish v0.2.0-beta.7 668e028
northword pushed 1 commit to main northword/zotero-plugin-scaffold
- fix(deps): remove unused deps 2b83a93
northword pushed 1 commit to main northword/zotero-plugin-scaffold
- fix(deps): unlock bumpp version, bump deps d5cbfaf
northword opened an issue on northword/zotero-plugin-scaffold
Tester: some possible improvements
## 1. Mocha Framework on the User Side Currently, when running the Tester, the latest version of Mocha is downloaded from JsDelivr, which could lead to potential errors. It would be better if ei...northword created a tag on northword/zotero-plugin-scaffold
v0.2.0-beta.6 - A scaffold for Zotero plugin development
northword pushed 1 commit to main northword/zotero-plugin-scaffold
- chore(release): publish v0.2.0-beta.6 d499ed0
northword pushed 1 commit to main northword/zotero-plugin-scaffold
- refactor!: zotero-runner class, drop web-ext (#64) * refactor!: fx-runner * refactor: drop web-ext * refactor:... e0ec33b
northword closed a pull request on northword/zotero-plugin-scaffold
refactor!: zotero-runner class, drop web-ext
ref: #10 - [x] 重构 zotero-runner ,使 serve 和 test 都可以直接使用,并可载入多个插件 - [x] 重写 server 部分 - [x] 重写 zip 部分,drop web-ext - [x] 重写 test 部分northword pushed 3 commits to refactor-fx-runner northword/zotero-plugin-scaffold
northword pushed 1 commit to gh-pages zotero-chinese/zotero-chinese.github.io
- Deploying to gh-pages from @ zotero-chinese/website@7b6749a004803f83df389e2c34d1c9c6fbf31a6f 🚀 9fd0301
northword created a review comment on a pull request on northword/zotero-plugin-scaffold
@windingwind 请教一下,这部分 prefs 一定是 test 专有吗? 日常启动 Zotero 做开发时候 能不能/有没有必要 也加上呢?如果有必要的话,这部分就可以直接移动到 `utils/zotero/preference.ts` 里了,如果不是的话就继续放在这里。
northword pushed 1 commit to refactor-fx-runner northword/zotero-plugin-scaffold
- docs: license in preference b9b604e
northword pushed 2 commits to refactor-fx-runner northword/zotero-plugin-scaffold
northword pushed 3 commits to refactor-fx-runner northword/zotero-plugin-scaffold
northword created a comment on a pull request on northword/zotero-plugin-scaffold
怪,web-ext 没问题,重构后就总是报错,但似乎没有影响功能,dirty patch 了 :( ![image](https://github.com/user-attachments/assets/fa390c4f-385d-40cf-aaf9-e2700ae750cb)
northword pushed 1 commit to refactor-fx-runner northword/zotero-plugin-scaffold
- refactor: tester use zotero-runner 6b9c587
northword pushed 1 commit to refactor-fx-runner northword/zotero-plugin-scaffold
- refactor: drop web-ext 409b19d
northword opened a draft pull request on northword/zotero-plugin-scaffold
feat: parse prefs.js
closes: #54northword opened a draft pull request on northword/zotero-plugin-scaffold
refactor!: zotero-runner class, drop web-ext
northword created a branch on northword/zotero-plugin-scaffold
refactor-fx-runner - A scaffold for Zotero plugin development