windingwind / zotero-plugin-toolkit

Toolkit for Zotero Plugin Developers.
https://www.npmjs.com/package/zotero-plugin-toolkit
MIT License
104 stars 13 forks source link

In preferencepanemanager.register, where does ZoteroCompat come from? #13

Closed retorquere closed 1 year ago

retorquere commented 1 year ago

In preferencepanemanager.register, where does ZoteroCompat come from?

windingwind commented 1 year ago

My bad. The docs are outdated.

The compat is now part of basic tool class.

See plugin template repo for examples of the latest version.

retorquere commented 1 year ago

Where does ztoolkit come from in https://github.com/windingwind/zotero-plugin-template/blob/576c08b5cf83ff7d69da31e7b16cc4b122dac0be/src/modules/examples.ts?

volatile-static commented 1 year ago

Where does ztoolkit come from in https://github.com/windingwind/zotero-plugin-template/blob/576c08b5cf83ff7d69da31e7b16cc4b122dac0be/src/modules/examples.ts?

https://github.com/windingwind/zotero-plugin-template/blob/576c08b5cf83ff7d69da31e7b16cc4b122dac0be/src/index.ts#L15

https://github.com/windingwind/zotero-plugin-template/blob/576c08b5cf83ff7d69da31e7b16cc4b122dac0be/typing/global.d.ts#L13

windingwind commented 1 year ago

The docs are updated.