retorquere / zotero-link-local-files

The Unlicense
24 stars 4 forks source link

libraryID=undefined #7

Closed vancleve closed 5 years ago

vancleve commented 5 years ago

Linking isn't working for me because

libraryID=undefined

when I interrogate it and thus

https://github.com/retorquere/zotero-link-local-files/blob/37561dea5f23784afaad3f02907a5983bf247597/content/LinkLocalFiles.ts#L28

falis.

Any thoughts?

retorquere commented 5 years ago

:robot: this is your friendly neighborhood build bot announcing test build 5.0.1.19 ("fixes #7")

Install in Zotero by downloading test build 5.0.1.19, opening the Zotero "Tools" menu, selecting "Add-ons", open the gear menu in the top right, and select "Install Add-on From File...".

retorquere commented 5 years ago

can you try 5.0.1.19 linked to above?

vancleve commented 5 years ago

yup, it works, thanks!

unrelated, when debugging these zotero packages, I know how to uznip the .xpi and load run zotero from the source files, but how would I do the same with your package (i.e., edit the .ts file and then prepare the package)?

retorquere commented 5 years ago

The package is prepared by running npm run build; the build results will be in the directory build and a zipped version is put in the directory xpi. You can directly run from the build directory.