lojeunhou191 downloadsSync Zotero Desktop notes into your Obsidian vault as Markdown.
Sync Zotero Desktop notes into your vault as Markdown files.
This plugin reads notes from the Zotero Desktop local API and writes them into the current vault. It is designed for researchers who keep annotations, excerpts, or reading notes in Zotero and want them available alongside their Markdown notes without manually exporting them one by one.
Sync Zotero notes.Check Zotero local API.zotero:// links._index.md for browsing synced notes..zotero-notes-manifest.json for checking sync results.http://127.0.0.1:23119The plugin is desktop-only because Zotero Desktop's local API is a local desktop service.
Download the latest release assets:
main.jsmanifest.jsonstyles.cssCreate this folder in your vault:
YourVault/.obsidian/plugins/zotero-notes-sync/
Copy the release assets into that folder, then enable Zotero Notes Sync from Obsidian's Community Plugins settings.
Sync Zotero notes from the command palette, or click the ribbon button.By default, notes are written to:
Reading Notes/Zotero Notes
Install dependencies:
npm install
Build:
npm run build
The release assets are:
main.js
manifest.json
styles.css
MIT