Starting and stopping a recording
The Obsidian plugin gives you a mic ribbon icon in the left sidebar (click to toggle), plus three command-palette entries: Lognote: Start recording, Lognote: Stop recording, and Lognote: Toggle recording. Assign keyboard shortcuts under Settings → Hotkeys → search “lognote” — there’s no default chord because we don’t want to step on whatever you’ve already bound.
Outside Obsidian, lognote-record-start <path-to-note.md> and lognote-record-stop (installed in ~/.local/bin/ by setup.sh) do the same thing. The PATH wrappers are how you’d wire lognote into any editor that runs shell commands, or just record from a terminal without an editor at all.