Obsidian Whisper is a plugin that effortlessly turns your speech into written notes. Just speak your mind, and let Whisper from OpenAI do the rest!
- Download
manifest.json
,main.js
,styles.css
from the GitHub repository into theplugins/obsidian-whisper-plugin
folder within your Obsidian vault. - Click on
Reload plugins
button insideSettings > Community plugins
. - Locate the "Whisper" plugin and enable it.
- In the plugin settings include your OpenAI API key.
- Click on the ribbon button to access recording controls interface.
- Use the "Record", "Pause", "Resume", and "Stop" buttons to manage your audio recordings.
- Upon stopping a recording, the plugin will promptly transcribe the audio content and generate a new note in the specified folder.
- API Key: Input your OpenAI API key to unlock the advanced transcription capabilities of the Whisper API.
- API URL: Specify the endpoint that will be used to make requests to the Whisper API.
- Model: Choose the machine learning model to use for generating text transcriptions.
- Language: Select the language of the message being whispered.
- Template File Location: Specify the desired folder for storing your transcribed notes. If the designated folder is not found, it will be created automatically.
We welcome and appreciate contributions, issue reports, and feature requests from the community! Feel free to visit the Issues page to share your thoughts and suggestions.
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.