hans / obsidian-citation-plugin

Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
MIT License
1.04k stars 76 forks source link

Feature Request: Supporting loading multiple Citation Database Paths #245

Open rastna12 opened 10 months ago

rastna12 commented 10 months ago

Describe the solution you'd like My Better BibTex for Zotero plugin is configured to export multiple JSON files for my various libraries (personal, shared, etc.). It would be nice to be able to select and load multiple citation database paths into obsidian through this plugin.

Describe alternatives you've considered I have a simple Python script that loads and combines these multiple JSON files into one file which the obsidian-citation-plugin then reads in. It would be nice if this step was part of the plugin itself.

fweidner commented 8 months ago

Second that, would be great!

majdal commented 6 months ago

+1!

LiGurtner commented 4 months ago

Yes, please, this would be great, I work with many shared libraries that are otherwise cumbersome to integrate...

a2975667 commented 3 months ago

Adding my support. Perhaps instead of loading the first file, we can push all contents in the list of bib files into this.library? I also think #200 is requesting the same feature.