Meeting minutes is a plugin that automatically turns your speech and computer audio into written notes. Just press record, and let this plugin take notes for you!
- This plugin can be installed from "Community Plugins" inside Obsidian.
Click on the tool button indicated by the sound wave to open the recording controls interface.
Press "Start" to begin recording. You can pause or resume the recording using the "Pause/Resume" button. Click the "Stop" button once you're done. After stopping the recording, the plugin will automatically transcribe the audio and create a new note with the transcribed content and linked audio file in the specified folder.
-
Save recording: Toggle this option to save the audio file after sending it to the Whisper API. When enabled, you can specify the path in the vault where the audio files should be saved.
-
Recordings folder: Specify the path in the vault where to save the audio files. Example:
folder/audio
. This option is only available if "Save recording" is enabled. -
Transcriptions folder: Specify the path in the vault where to save the transcription files. Example:
folder/note
. This option is only available if "Save transcription" is enabled. -
Link toggle: When this is turned on, the link to the new meeting summary will be injected at your cursor.
Id love to have your help, hear your inputs or listen to your complaints. Make a note at the Issues to do so.
If you want to install this plugin manually, use the following steps:
- Download
manifest.json
,main.js
,styles.css
from the GitHub repository into theplugins/meeting-minutes
folder within your Obsidian vault. - Click on
Reload plugins
button insideSettings > Community plugins
. - Locate the "Meeting Minutes" plugin and enable it.
Follow me on Github and check out my Website