Releases: WiseGuru/ReWrite-Voice-Notes
Releases · WiseGuru/ReWrite-Voice-Notes
1.0.3
1.0.2
Release 1.0.2
1.0.1
Release 1.0.1
1.0.0
ReWrite (Voice Notes) 1.0.0
First general-availability release of ReWrite, the voice-notes plugin for Obsidian: record or paste speech, transcribe it via a provider you configure, clean and structure it with an LLM, and insert it using a template you control. Works on desktop and mobile.
Highlights
- Recording and input: in-app recorder with live input-level / silence detection and a screen wake lock during capture; Quick Record commands (last-used and fixed-template); paste text; reprocess an existing audio file or note.
- Transcription providers: OpenAI Whisper, OpenAI-compatible, Groq, AssemblyAI, Deepgram, Rev.ai, Mistral Voxtral, and a local whisper.cpp host (desktop). Optional speaker diarization where supported.
- LLM cleanup: OpenAI, OpenAI-compatible (cloud or local), Anthropic, Gemini, and Mistral. Per-template prompts on top of a shared, editable cleanup core.
- Templates as vault files: 10 built-in defaults plus a populate/update/history workflow, note-property and note-title extraction, per-invocation destination override, context hints, and a known-nouns list.
- Security: API keys encrypted at rest via OS keychain (safeStorage) or an Argon2id/PBKDF2 passphrase, with no unencrypted at-rest option.
Install
Copy main.js, manifest.json, and styles.css into <Vault>/.obsidian/plugins/rewrite-plugin/ and enable the plugin under Community plugins.
Requires Obsidian 1.4.0 or later.