Files under base directory copied (not linked) during import
I am trying to import my library, which I have formerly organised with Mendeley, into Zotero. Using the fix provided by adamsmith [1], I have been able to import my citations successfully. However, Zotero copies all the attached files into the profile storage, despite the fact that all my pdfs are stored under the base directory.
Would it be possible to allow for attachments under the base directory to be linked to the original files instead of copying them during the import?
To be clear, my bib file currently uses paths relative to the base directory and is being stored in the base directory. I.e.:
ebooks/ [base directory]
- My Collection.bib
- Academic/
-- file.pdf
Where the My Collection.bib entry for file.pdf looks like this:
@article{Barber1992,
author = {Barber, Benjamin},
file = {:Academic/file.pdf:pdf},
title = {{Jihad vs. McWorld}},
year = {1992}
}
Many thanks,
chritallic
[1] https://forums.zotero.org/discussion/28347/unable-to-get-pdfs-stored-on-computer-into-zotero-standalone/#Item_9
Would it be possible to allow for attachments under the base directory to be linked to the original files instead of copying them during the import?
To be clear, my bib file currently uses paths relative to the base directory and is being stored in the base directory. I.e.:
ebooks/ [base directory]
- My Collection.bib
- Academic/
-- file.pdf
Where the My Collection.bib entry for file.pdf looks like this:
@article{Barber1992,
author = {Barber, Benjamin},
file = {:Academic/file.pdf:pdf},
title = {{Jihad vs. McWorld}},
year = {1992}
}
Many thanks,
chritallic
[1] https://forums.zotero.org/discussion/28347/unable-to-get-pdfs-stored-on-computer-into-zotero-standalone/#Item_9
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.
https://github.com/zotero/translators/issues/681
Can you say something about how much of a priority this feature is/when it might be implemented?
Great to know, that the first steps have been made at least.
For chritallic, I found this python script hack on the forums as well: https://forums.zotero.org/discussion/22204/pdf-import-without-metadata/#Item_6 - This might help you out, but I haven't tried it myself so I can't confirm.
But also, many thanks for your efforts for all you maintaining the community!
I use this add-on and it allow to link automatically instead of import.
Otherwise, a gadget like that would help, as it is only really necessary to import the files just once.
Many thanks. I look forward to any answers or updates.