Adding whole PDF folders to Zotero
This discussion was created from comments split from: Is there a bulk import of multiple pdf files in a single action available?.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Where should those tests live? Is test/tests/importExportTest.js a good place for it to go, or should it happen in a more integrated context?
importFromFolder()
in attachments.js, callingimportFromFile()
, as well asZotero.CollectionTreeView.prototype.drop()
in collectionTreeView.js (which also callsimportFromFile()
currently). (But the latter file is about to be completely replaced, so you shouldn't touch that for the moment.)If you want to look into implementing this, you can post further technical questions to zotero-dev.