[Feature Request] Importer plug-ins
Closed this issue ยท 13 comments
Very clean software! Already downloaded and followed the tutorial to set up the database.
I have a longer history of using Zotero, will Paperlib follow with import (and attachment) capabilities?
Thanks for bringing a better alternative to Zotero.
Hi,
are you going to import your data from Zotero into Paperlib?
Hi,
are you going to import your data from Zotero into Paperlib?
Yes, I'm planning to import some data from Zotero into Paperlib, but don't want to re-import all the literature one by one (about a thousand), as well as having markers in the original literature, and would prefer to import the source files along with it.
Paperlib supports Zotero CSV.
Source code: https://github.com/Future-Scholars/paperlib-entry-scrape-extension/blob/main/src/scrapers/zoterocsv-entry-scraper.ts
Just drag the .csv into the UI.
I'm not sure it can import all your data, but you can try.
Paperlib supports Zotero CSV.
Source code: https://github.com/Future-Scholars/paperlib-entry-scrape-extension/blob/main/src/scrapers/zoterocsv-entry-scraper.ts
Just drag the .csv into the UI.
I'm not sure it can import all your data, but you can try.
Thanks a lot! I will try that.
Paperlib supports Zotero CSV.
Source code: https://github.com/Future-Scholars/paperlib-entry-scrape-extension/blob/main/src/scrapers/zoterocsv-entry-scraper.ts
Just drag the .csv into the UI.
I'm not sure it can import all your data, but you can try.Thanks a lot! I will try that.
Sorry to bother, I have found the function in Paperlib (import).
The Zotero exported CSV doesn't contain any information about the Collection/Folder information.
If you wish to restore the folder structure of your library, I have few suggestions:
Suppose you have some collections:
| -- Project A
| -- Sub A
| -- Project B
- Create the same folder structure in Paperlib manually.
- Export zotero csv for each collection as an individual
.csv
, for example,Project A.csv
,Sub A.csv
- Drag the corresponding
.csv
into the folder in the left sidebar like this:
- repeat for each
.csv
.
The Zotero exported CSV doesn't contain any information about the Collection/Folder information.
If you wish to restore the folder structure of your library, I have few suggestions:
Suppose you have some collections:
| -- Project A | -- Sub A | -- Project B
4. repeat for each `.csv`.
- Create the same folder structure in Paperlib manually.
- Export zotero csv for each collection as an individual
.csv
, for example,Project A.csv
,Sub A.csv
- Drag the corresponding
.csv
into the folder in the left sidebar like this:
Thank you very much for the offer, this should work and I will rebuild the folder structure in Paperlib. Can't wait to start using Paperlib!
I'm going to close this for now, feel free to reopen it if you have any further questions.