Recording
Press Cmd+Shift+R to start recording. Pensum:
- Creates a meeting note in your meetings folder with frontmatter (date, time, status)
- Opens the note so you can take notes alongside the recording
- Captures audio via your device microphone
- Saves the audio as
.webmin your recordings folder
Press Cmd+Shift+R again to stop. The note is updated with the end time and status changes to completed.
Meeting note
Section titled “Meeting note”The note is created with structured frontmatter:
---type: meetingid: 01ABCdate: 2026-05-14start_time: "14:00"attendees: []project:status: in-progressrecording: Recordings/2026-05-14-1400.webm---Add attendees and project after recording starts. These are used by summarization and speaker identification.
Mobile
Section titled “Mobile”On Obsidian Mobile, recording uses the WebView’s MediaRecorder API. Audio quality depends on the device. Transcription is deferred to desktop by default.