Supplementary management for Zotero in cooperation with ZotFile.
Currently, only zotero6 are supported
Feel free to talk with me if you find any bugs or have any suggestions. :)
Email: [email protected], [email protected]
This task serves more as an educational exercise for me to learn Zotero plugin development, JavaScript, XUL, and others, rather than for data analysis purposes. It's quite cool. hhh.
- UI development
- Iterate over all supplementary files
- Error control
First, you have to configure the zotfile. I utilized zotfile v5.1.2.
jlegewie/zotfile at v5.1.2 (github.com)
- install zotfile
- cancel file syncing
- Place the Zotero files folder within a directory. I have located this directory within my OneDrive to enable synchronization.
- set Zotfile with the same base directory
- Zotfile will automatically move your pdf file
My folder format is journal name/ article title
- Select the added attachment
- The supplementary file will be moved and redirect to the new path
jlegewie/zotfile at v5.1.1 (github.com)
windingwind/zotero-plugin-template: A plugin template for Zotero. (github.com)