Skip to content

0.2.0 — IMG→MD-Sidebar

Choose a tag to compare

@johannes-kaindl johannes-kaindl released this 20 Jun 21:43
· 34 commits to main since this release
fb76fa2

0.2.0 — IMG→MD-Sidebar

First published release. Bundles the previously-unreleased features (visible thinking in chat, copy answers, chat model UX) with the new interactive IMG→MD sidebar:

  • Checkbox list of the active note's images — select/deselect-all; unsupported formats (HEIC/HEIF) shown disabled
  • Per-image live-streaming transcription into result cards, with an optional thinking block and a copy button
  • Deliberate writing — "Create note" per card or "Create all" at once (batched, single source-note write); a re-scan after writing drops the handled image from the list
  • Built on a shared SSE transport (streamSSE, reused by chat and vision) and a shared batched writer (writeTranscripts, reused by the sidebar and the IMG→MD command); the command and editor context-menu remain

Plus the 0.1.0 foundation: offline related-notes, live indexing, semantic search, and grounded RAG chat.

Canonical home: https://codeberg.org/jkaindl/vault-rag — this GitHub repo is a mirror.

Install (manual)

Download main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/vault-rag/, then enable the plugin.

See CHANGELOG.md for the full list.