generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Environment
- macOS: Apple Silicon (M-series)
- Obsidian: 1.8.5 (Installer 1.8.4)
- Zotero: 8.0.4
- Better BibTeX: 9.0.7
- Zotero Integration: 3.2.1
- Vault location: iCloud Drive (via symlink for PDF storage)
Description
When trying to create a literature note via Zotero Integration, the Zotero
reference picker opens normally, a reference can be selected, a brief loading
spinner appears, but no note is ever created. There is no error message of any
kind — neither in the Obsidian developer console nor as a notification.
This workflow was previously working on an Intel Mac with the same Zotero 8
setup, suggesting the issue is specific to Apple Silicon.
Steps to reproduce
- Open Zotero 8.0.4 with Better BibTeX 9.0.7 installed and enabled
- Open Obsidian 1.8.5 on Apple Silicon Mac
- Run command
Zotero Integration: [import format name]from the command palette - Search for and select a reference in the Zotero picker
- A brief spinner appears, then nothing happens
Troubleshooting already performed
- ✅ Confirmed
extensions.zotero.httpServer.localAPI.enabled=truein
Zotero config editor (wasfalseby default after Zotero 8 update) - ✅ Confirmed
extensions.zotero.httpServer.enabled=true - ✅
http://127.0.0.1:23119/connector/pingreturns "Zotero is running" - ✅ Data Explorer can search and select references (but shows "No data
retrieved" — possibly a separate issue) - ✅
pdfannots2json-darwin-arm64binary is present, executable, and returns
v1.0.15when run directly from Terminal - ✅
chmod +xapplied topdfannots2json-darwin-arm64 - ✅ Quarantine attribute (
com.apple.quarantine) was not present on binary - ✅ Tested with a minimal template (
citekey+titleonly) — same result - ✅ Tested with a brand new vault on the Desktop (outside iCloud) — same result
- ✅ Tested with only Zotero Integration enabled (all other plugins disabled)
— same result - ✅ Monitored file system with
fswatchduring import attempt — no file
creation detected at all - ✅ Developer console shows no output whatsoever during or after the import
attempt (all log levels enabled including Verbose) - ❌ Plugin previously tried to download
pdfannots2json.Mac.M1.tar.gzfrom
GitHub on first use in new vault, suggesting binary was missing or
unrecognized
Expected behavior
A markdown note should be created at the configured output path
(Références/{{citekey}}.md) using the configured template.
Actual behavior
Nothing happens. No file is created, no error is shown, no console output is
generated. fswatch confirms zero file system activity during the import
attempt.
Additional notes
- The same setup (Zotero 8 + BBT 9 + Zotero Integration 3.2.1) reportedly
works on an Intel Mac, suggesting an Apple Silicon-specific issue - The issue appeared after updating from Zotero 7 to Zotero 8
extensions.zotero.httpServer.localAPI.enabledwasfalseby default after
the Zotero 8 update — enabling it resolved the "Cannot connect to Zotero"
error but did not fix note creation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels