bionux21 downloadsVisually search Zotero and insert links to items, PDFs, and annotations.
中文版 | English
An Obsidian desktop plugin that searches the local Zotero library and inserts Markdown links to a bibliographic item, a PDF attachment, or one specific PDF annotation.

http://127.0.0.1:23119).The inserted targets have these forms:
[Zotero Item](zotero://select/library/items/ITEM_KEY)
[Open PDF](zotero://open-pdf/library/items/PDF_KEY)
[Open PDF Annotation](zotero://open-pdf/library/items/PDF_KEY?page=PAGE&annotation=ANNOTATION_KEY)
The plugin never changes Zotero items, PDFs, or annotations. It only reads the local API and inserts a link into the current Obsidian editor.
Settings → Advanced → API → Enable local API, default http://127.0.0.1:23119)The default Zotero Local API address is http://127.0.0.1:23119. Change it
from Settings → Community plugins → Zotero Deep Linker only if your Zotero
setup uses a different local address.
The same settings page includes Collection Column Min Width. Its default is 150 px and it can be increased when your collection names are longer.
UI language follows Obsidian's language setting:
npm install
npm run build
MIT