-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ReWrite is an Obsidian plugin that captures speech (live recording or a 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. It can also run entirely on-device by pairing the plugin-managed whisper.cpp transcription with a local OpenAI-compatible LLM.
New here? Start with the Quick start. It walks you from install to your first note in a few minutes.
- Quick start - install, populate templates, and create your first note (Daily note example).
- Settings reference - every setting in the plugin's settings tab, section by section.
- Commands and menus - the command palette, ribbon, editor and file menus, and Quick Record.
- Creating templates - the template file format and a full guide to writing your own.
- Providers - choosing and configuring transcription and LLM providers, models, diarization, context hints, and known nouns.
- Self-hosting: whisper.cpp - on-device transcription with the plugin-managed local whisper.cpp server.
- Self-hosting: local and remote LLMs - Ollama / llama.cpp locally or on a remote server, with model picks for low-spec hardware.
-
Secrets and sync - how API keys are encrypted, and how to exclude
secrets.json.nosyncfrom each sync tool. - Mobile - what behaves differently on iOS and Android.
- Troubleshooting - triage for the most common problems.
- Capture: record in Obsidian, paste a transcript, or pull text from a note. You can also reprocess an audio file already in your vault.
- Transcribe: audio goes to your configured transcription provider (skipped for text input).
- Clean and structure: the transcript is sent to your LLM with the selected template's prompt, the shared-core baseline, and any known nouns or spoken instructions.
-
Insert: the result lands at your cursor, appended to the current note, or in a new note, per the template. Recorded audio is saved and linked back with an
![[...]]embed.
These docs are maintained in the wiki/ folder of the code repo and mirrored here automatically. Edit them there, not in the wiki.
These pages are generated from the wiki/ folder in the ReWrite-Voice-Notes repo. Edits made directly in the wiki are overwritten on the next sync. To fix or improve a page, edit the matching file in wiki/ and open a pull request.
Getting started
Reference
Self-hosting
Help