Record, transcribe, and organize voice memos with AI-powered features in Obsidian.
- 🎙️ Voice Recording: Record voice memos directly within Obsidian
- 🤖 AI Transcription: Automatically transcribe recordings using OpenAI's Whisper
- 📝 Smart Summaries: Generate concise summaries of your voice memos
- ✅ Task Extraction: Automatically identify and create tasks from your recordings
- 📁 Organized Storage: Automatically organize memos by date
- 🔄 Cross-Platform: Works on desktop and mobile devices
- Open Obsidian Settings
- Go to Community Plugins
- Search for "AI Voice Memo"
- Click Install
- Enable the plugin
- Download the latest release from the releases page
- Extract the files to your vault's
.obsidian/plugins/obsidian-ai-voice-memo
directory - Reload Obsidian
- Enable the plugin in Community Plugins settings
- Click the microphone icon in the left ribbon or use the command palette
- Start speaking
- Click the stop button when finished
- Your memo will be automatically transcribed and saved
Configure the plugin in Settings:
- Whisper Model: Choose between different Whisper models
- Auto-Transcribe: Enable/disable automatic transcription
- Save Audio: Choose to keep or delete original audio files
- Audio Quality: Set recording quality (low/medium/high)
- Summary Style: Choose between concise, detailed, or bullet-point summaries
- Storage Location: Set where memos are saved
- 🎉 First stable release
- ✨ Automatic audio format detection for better browser compatibility
- 🎨 Improved error handling and user feedback
- 🔧 Fixed file naming issues
- 📝 Enhanced transcription note formatting
- 🚀 Performance improvements
- Start/Stop Recording: Configurable in Obsidian Hotkeys settings
- You can assign custom shortcuts to all plugin commands
- Node.js 16+
- npm or yarn
- Obsidian 1.0.0+
-
Clone the repository:
git clone https://github.com/BioInfo/Obsidian-AIMemo.git
-
Install dependencies:
npm install
-
Build the plugin:
npm run build
See Testing Guide for detailed testing instructions.
Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- Obsidian for the amazing platform
- OpenAI for Whisper
- All our contributors
If you encounter any issues or have questions:
- Check the FAQ
- Search existing issues
- Create a new issue if needed
Developed by J&S Group, LLC