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

"loading citation database" forever again #230

Open poooolly0714 opened 1 year ago

poooolly0714 commented 1 year ago

Hi,

The sync used to be working fine for me, but I guess after I did a range of things to clean up my files, the sync stopped working. Now it is showing “Loading citation database" forever

截屏2023-05-01 上午11 21 44

I tried the answers in this question but it was not working.

When i switch to the developer mode, the error that appears is "Unable to load citations. Please update citations plugin settings"

The relative path in zotero and the citation databsh path in obsidian are the same. It still doesn't work when I remove the initial / in obsidian. The literature note folder in obsidian is also correct.

Does anyone know how to solve this issue? Much thanks.

angel-daza commented 6 months ago

This is too late, but for future reference: my issue was that the database filename had a space in it. So I re-exported the file and renamed it without spaces. Then I changed "path/to/My Library.json" to "path/to/MyLibrary.json", made sure that the plugin settings was JSON format and then it worked!