Transcriber

by Sébastien Dubois
5
4
3
2
1
Score: 39/100

Description

Transcriber converts images in your Obsidian vault to Markdown using Ollama vision models running locally on your machine.

Reviews

No reviews yet.

Stats

24
stars
1,711
downloads
3
forks
124
days
1
days
17
days
7
total PRs
6
open PRs
0
closed PRs
1
merged PRs
0
total issues
0
open issues
0
closed issues
55
commits

Latest Version

17 days ago

Changelog

2.0.0 (2026-08-29)

⚠ BREAKING CHANGES

  • plugin: minAppVersion moves from 1.8.7 to 1.13.0 — the declarative settings API (getSettingDefinitions) only exists there.

getSettingDefinitions() replaces the 311-line display() tab. The framework re-invokes it on every update(), which drives the dynamic parts: the model dropdown's options and the recommended-model rows are recomputed from the installed-model list each render, and the stored model stays visible flagged '(not found)' when it is not installed. The installed-model refresh is loop-safe — a completed refresh only re-renders when the list actually changed, so the render/refresh cycle terminates. Test-connection, model installs and the custom-model row are render rows; the support block rides the unlayered settings-stack class.

The write path is now a single serialized persist-then-commit updateSettings(mutator) shared by the tab AND the two model commands (both wrote optimistically before); the Ollama service re-reads its config strictly after a successful commit, where the old saveSettings broadcast state that might never have been persisted. setControlValue rejects type mismatches and unknown keys.

Fixed along the way: frontmatterTags was missing from the settings-load backfill, so the saved value silently reset to '' on every restart.

94 tests (7 new write-path tests, mutation-checked ordering and serialization; 4 latestMinAppVersion tests), tsc, lint --max-warnings 0 and build green — the prefer-setting-definitions advisory from the previous commit is now satisfied.

Features

  • plugin: declare the settings tab (Obsidian 1.13 declarative settings) (abb6ccf)
  • plugin: show what's new in a tab instead of a modal dialog (c1f4bc6)
  • plugin: surface support CTAs everywhere users can see them (cd23cba)

Bug Fixes

  • build: align with the catalog reviewer's archive, ruleset and audit (849459a)
  • plugin: harden model discovery and the settings pane after review (8da48fc)

Enjoying this plugin?

README file from

Github

Transcriber

Transcribe images in your vault to Markdown using local Ollama vision models. Point it at any image and get structured Markdown back — headings, lists, tables, code blocks — all extracted by a vision AI running on your own machine. No data leaves your computer.

What it does

  • Transcribe a single image via the command palette or right-click context menu
  • Batch-transcribe an entire folder of images (with optional subfolder inclusion)
  • Creates a .md file alongside each image with the transcribed content
  • Install, select, and remove AI models directly from the command palette — no terminal needed
  • Progress tracking for batch operations with per-file status
  • Configurable prompt so you can tailor the transcription instructions
  • What's new after updates. After a plugin update, a one-time dialog shows the release notes you just received (including skipped versions) with ways to support development. Never shown on fresh installs or regular restarts.

The plugin recommends these vision models for transcription:

maternion/LightOnOCR-2:1b, qwen3.5:2b, qwen3.5:4b, qwen3.5:9b, qwen3.5:27b, qwen3.5:35b

Any other Ollama vision model can be installed directly from the settings or via the Ollama CLI.

Prerequisites

  • Ollama installed and running locally
  • Desktop Obsidian (this plugin is desktop-only)

Installation

  1. In Obsidian, go to Settings → Community plugins.
  2. Disable Restricted mode if it's enabled.
  3. Select Browse, search for Transcriber, install it, then enable it.

You can also browse the catalog on the Obsidian Community website.

Manual installation

If the plugin isn't listed in the community catalog yet (or you want a specific version):

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <Vault>/.obsidian/plugins/image-transcriber/.
  3. Reload Obsidian and enable Transcriber in Settings → Community plugins.

BRAT (bleeding edge)

BRAT (Beta Reviewers Auto-update Tool) installs plugins straight from a GitHub repo and keeps them updated automatically. Use this if you want the latest commits — things might break.

  1. Install Obsidian42 - BRAT from Settings → Community plugins → Browse and enable it.
  2. Run BRAT: Add a beta plugin for testing from the command palette.
  3. Paste https://github.com/dsebastien/obsidian-transcriber.
  4. Select the latest version and confirm.
  5. Enable Transcriber in Settings → Community plugins.

Getting started

  1. Install the plugin (see Installation above).
  2. Enable it
  3. Open Settings > Transcriber and verify the Ollama server URL (default: http://localhost:11434)
  4. Click Test to confirm the connection
  5. Install a model: open the command palette (Ctrl/Cmd+P) and run Install AI model, or install from settings
  6. Right-click any image in your vault and select Transcribe image

Documentation

See the user guide for detailed usage, configuration, and troubleshooting.

License

MIT

My other Obsidian plugins

Plugin What it does
Agentic Resource Discovery Server Local-first Agentic Resource Discovery publisher and registry that serves your AI skills and tools to agents over a local HTTP and MCP server
Book Exporter Export books (one manifest note + linked chapter notes) to EPUB and PDF via Pandoc
Bookshelf Base Display your notes as a visual bookshelf via a custom Bases view
Dataview Serializer Serialize Dataview queries to Markdown, and keep the Markdown representation up to date
Expander Replace variables across your vault using HTML comment markers. Supports static values and dynamic functions
Ghost Publish Publish your vault notes to a Ghost blog with configurable presets for tags, newsletters, and frontmatter conventions
Graph Explorer Base View A custom Bases view that renders notes as an interactive force-directed graph with explored/unexplored tracking
Hidden Folders Access Index hidden root-level folders (e.g. .claude) so they appear in the file tree, metadata cache, and Bases
Journal Bases Custom Base views for journaling and periodic reviews
Kanban Action Planner Render your notes as configurable Kanban boards and calendars inside Bases, with statuses, ordering, relationships, and scheduling
Life Tracker Capture and visualize the data that matters in your life
Note Village A 2D pixel art village where your notes become villagers you can explore and chat with using AI
Obsidian Starter Kit Adds strong typing support and powerful automation support for notes
Remarkable Synchronizer Connect to the reMarkable cloud, list, download, and sync notebook pages as images
Replicate Use AI models with ease via the Replicate.com integration
REST and MCP server Exposes CLI commands as RESTful API endpoints and an MCP server for AI tool integration
Time Machine Browse, compare, and restore previous versions of your notes using built-in file-recovery snapshots
Typefully Publish social media posts with ease using the Typefully integration
Update Time Automatically update front matter to include creation and last update times

Everything I build is documented in my newsletter and on my YouTube channel.

News & support

To stay up to date about this plugin, Obsidian in general, Personal Knowledge Management and note-taking:

If this plugin is useful to you, here are the best ways to support my work ❤️:

Found a bug or have an idea? Open an issue.