Release v0.1.0
First public release.
Features
- PDF → Markdown conversion via Docling. Right-click any PDF attachment (or parent item containing PDFs) → Convert with Docling → the resulting
.mdis attached back to the same Zotero parent. - Sync and async transports. Default is the sync
/v1/convert/fileendpoint; long VLM jobs that would otherwise hit upstream proxy timeouts can be routed through/v1/convert/file/asyncwith client-side polling. - Full preference surface for docling-serve options. Pipeline (standard / VLM), OCR + language, table mode, formula / code / chart / picture enrichments, VLM presets, plus an Advanced JSON escape hatch for anything not exposed in the UI.
- Auto-convert on import (opt-in): newly imported PDFs are converted automatically with a 3-second debounce.
- Skip-if-exists to avoid duplicating work on re-runs.
Notes
- Tested against
docling-serve1.18.0 and Zotero 7.0 / 9.0.x. - Build:
npm run buildproduces an.xpiunder.scaffold/build/. - See README.md for install + setup.