Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 May 07:00
448a2eb

First public release.

Features

  • PDF → Markdown conversion via Docling. Right-click any PDF attachment (or parent item containing PDFs) → Convert with Docling → the resulting .md is attached back to the same Zotero parent.
  • Sync and async transports. Default is the sync /v1/convert/file endpoint; long VLM jobs that would otherwise hit upstream proxy timeouts can be routed through /v1/convert/file/async with 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-serve 1.18.0 and Zotero 7.0 / 9.0.x.
  • Build: npm run build produces an .xpi under .scaffold/build/.
  • See README.md for install + setup.