Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

ReWrite (Voice Notes)

wiseguruwiseguru216 downloads

Record or paste speech and have it transcribed and structured by AI.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates9

An Obsidian plugin that captures speech (live recording or pasted transcript), runs it through a transcription provider, cleans and structures it with an LLM, and inserts the result into your vault.

You bring your own provider keys. Nothing is sent to a ReWrite server; the plugin only talks to the endpoints you configure. It can also run entirely on-device: pair the plugin-managed whisper.cpp transcription with a local OpenAI-compatible LLM (Ollama or llama.cpp) and no audio or text ever leaves your machine.

Highlights

  • Record in Obsidian, or paste and reprocess existing audio, then clean and structure it with an LLM and insert it into your vault.
  • Bring-your-own keys across 8 transcription and 5 LLM providers, cloud or fully local; nothing goes to a ReWrite server.
  • 10 editable Markdown templates (general cleanup, todo, daily note, meeting, lecture, podcast, guides, book log, and more) plus a shared-core baseline you edit once.
  • Speaker diarization, saved-audio embeds, spoken ad-hoc instructions, known-nouns preservation, and per-run destination overrides.
  • Background recording from the main modal, real-time dictation at the cursor (Deepgram / AssemblyAI), and auto-ingest folders that batch-process audio dropped in from outside Obsidian.
  • API keys encrypted at rest (OS secret storage, or an Argon2id/PBKDF2 passphrase) on desktop and mobile.

Quick start

1. Install

Community plugins (recommended): in Obsidian, Settings, Community plugins (Restricted mode off), Browse, search "ReWrite (Voice Notes)", Install, Enable.

Manual install: download main.js, manifest.json, and styles.css from the latest release, drop them into <YourVault>/.obsidian/plugins/rewrite-voice-notes/, then enable the plugin in Community plugins.

2. Configure a provider

Open Settings, ReWrite (Voice Notes). Configure the profile active on this device: pick a transcription provider (audio to text) and an LLM provider (cleanup), enter the API keys, and choose a model for each. The first key you save sets up encryption at rest. Text-only? An LLM alone is enough.

3. Populate templates

In Settings, Templates, click Populate. This seeds ReWrite/Templates/ with 10 starter templates, plus SharedCore.md, AssistantPrompt.md, and KnownNouns.md. It is non-destructive. The template format is documented in Creating templates.

4. Create your first note

Click the mic ribbon icon (or run the Open command), pick the Daily note template, then Record your voice or Paste a transcript. The plugin transcribes, cleans the text, and writes a new dated note (Calendar / Goals / Tasks pulled out, then a Braindump). Recorded audio is saved to your attachments folder and linked back with an ![[...]] embed.

The full step-by-step, including faster capture and reprocessing existing audio, is in the Quick start wiki page.

Tested providers

"Tested" means a maintainer has run the full record/transcribe/cleanup/insert flow against that service. "Untested" means the adapter is implemented to the provider's documented API shape but not yet verified against a live account (unverified, not broken). For setup of each, see Providers.

Transcription Status LLM (cleanup) Status
Local whisper.cpp (plugin-managed) ✅ Tested Anthropic Claude ✅ Tested
Mistral Voxtral ✅ Tested Mistral ✅ Tested
AssemblyAI ✅ Tested OpenAI-compatible (Ollama, LM Studio) ✅ Tested (local Ollama)
OpenAI Whisper Untested OpenAI GPT Untested
OpenAI-compatible (whisper.cpp) Untested Google Gemini Untested
Groq Untested DeepSeek / Kimi / Qwen / GLM Untested
Deepgram Untested
Rev.ai Untested

Documentation

Full documentation lives in the wiki:

  • Quick start - install to first note.
  • Settings reference - every setting, section by section.
  • Commands and menus - command palette, ribbon, menus, Quick Record.
  • Creating templates - the template format and a full authoring guide.
  • Providers - providers, models, diarization, context hints, known nouns, limits.
  • Self-hosting: whisper.cpp - on-device transcription.
  • Self-hosting: local and remote LLMs - Ollama / llama.cpp, locally or remote, with model picks.
  • Secrets and sync - key encryption and excluding secrets.json.nosync from each sync tool.
  • Mobile - iOS/Android differences.
  • Troubleshooting - triage for common problems.

These pages are maintained in the wiki/ folder of this repo and mirrored to the GitHub Wiki automatically.

Known limitations

  • No audio playback or waveform display.
  • LLM responses are not streamed; you see the cleaned output once the whole response arrives.
  • No long-audio chunking; clips that exceed the active provider's size or duration limit error out instead of being split.
  • Anthropic Claude calls go through Obsidian's requestUrl, which bypasses browser CORS.

Vault access

ReWrite lists the files in your vault for two features: finding audio files you can reprocess, and falling back to your most recently edited note when you run an insert with no editor open. It uses these listings for file paths only; it never reads a note's contents except the specific note or selection you act on, and it only writes the notes (and saved-audio attachments) produced by a run you trigger.

Acknowledgements

  • Magic Mic by Drew McDonald (MIT, archived): originator of the MIME-type fallback and MediaRecorder patterns this plugin borrows.
  • Scribe by Mike Alicea: prior art for the record, transcribe, cleanup, and templated-insert flow inside Obsidian.
  • obsidian-sample-plugin: the scaffold this repository was built on.

License

0BSD. See LICENSE.

HealthExcellent
ReviewCaution
About
Record audio (or text) and transcribe it with cloud or local engines, clean and structure the text with an LLM, and insert ready-to-use Markdown into your vault. Run fully local with whisper.cpp + a local OpenAI-compatible LLM, keep API keys encrypted, and use editable templates, speaker diarization, and saved audio embeds.
AudioAIWriting
Details
Current version
1.2.1
Last updated
4 weeks ago
Created
2 months ago
Updates
9 releases
Downloads
216
Compatible with
Obsidian 1.6.6+
Platforms
Desktop, Mobile
License
0BSD
Report bugRequest featureReport plugin
Sponsor
Support
Author
wiseguruwiseguru
github.com/WiseGuru
GitHubwiseguru
  1. Community
  2. Plugins
  3. Audio
  4. ReWrite (Voice Notes)

Related plugins

Text Generator

Generate text content using GPT-3 (OpenAI).

Smart Composer

AI chat with note context, smart writing assistance, and one-click edits for your vault.

Local GPT

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.

ChatGPT MD

A seamless integration of ChatGPT, OpenRouter.ai and local LLMs via Ollama into your notes.

BMO Chatbot

Generate and brainstorm ideas while creating your notes using Large Language Models (LLMs) such as OpenAI's "gpt-3.5-turbo" and "gpt-4".

GPT-3 Notes

Generate notes on any subject using OpenAI's GPT-3.5 and GPT-4 language models.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Copilot

Your AI Copilot: Chat with Your Second Brain, Learn Faster, Work Smarter.

Fast Note Sync

Real-time sync of your vaults across server, mobile, and web; shareable with anyone; supports REST and MCP integrations to build your personal AI knowledge base.

Longform

Helps you write and edit novels, screenplays, and other long projects.