PKM-er / obsidian-zotlit

A third-party project that aims to facilitate the integration between Obsidian.md and Zotero, by providing a set of community plugins for both Obsidian and Zotero.
https://zotlit.aidenlx.top
MIT License
674 stars 29 forks source link

obsidian item not found #386

Open cjjjy opened 1 month ago

cjjjy commented 1 month ago

I create a pdf literature notes in zotero ,but obsidian show "item 5910 not found" ,no literature notes was created? image image

woodae99 commented 1 month ago

I have a similar issue. The only way I have found to resolve it is to delete the note in obsidian and re-create it. The link will be lost again.

From the console, it seems that the plugin is calling a deprecated feature path, which leads to the find call not working: } ), this.registerDomEvent(document.body, "contextmenu", e=>{ var t, i; if (this.settings.shouldShowCustomContextMenu && e.path.find(r=>{ try { return r.hasClass("markdown-preview-view") } catch (o) { return !1 } } )) {

aligu99 commented 1 month ago

I had also face the same problem, but I refreshed my obsidian and zotero like the issue #156 , then it's done

woodae99 commented 1 month ago

Thanks for pointing that out - I followed the refresh steps and I still have the issue. In fact, when I restart Zotero and obsidian (after the refresh) the links to literature I exported immediately before are already lost.

I think I will try a reinstall and see if there is some other factor causing issues