mrrepac335 downloadsAdvanced sidebar audio player for songwriting: waveform, work marker, A-B loop zone, play counters and hotkeys. Playback survives note scrolling and closing the panel.
An advanced sidebar audio player for songwriting.
Obsidian's embedded audio unloads as the note scrolls, and playback cuts off. Songwriter keeps the player in its own side panel: scroll your lyrics as much as you like — the music keeps playing. Playback even survives closing the panel (the sound lives in the plugin, not in the UI).
Читаете по-русски? Есть русская версия README.
![[song.mp3]] or a link [[song.mp3]]). If music is already playing, it offers
to switch with a small banner instead of interrupting. The mode is configurable:
hybrid / always / manual.⏮ ⏭ walk the list, and the list survives ejecting the track, so you can pick
the next one from it. Optionally the playlist plays through on its own; a track
with an A-B zone keeps looping instead.Alt while dragging and the file itself goes out
instead — to the system file explorer, the desktop, or an audio editor such as
REAPER, which only accepts a real file on disk, not the virtual one an ordinary
browser drag offers. Alt-dragging into Obsidian itself does nothing — that is
the deliberate cost of splitting the two gestures. The native handoff is
desktop-only; on mobile there is no such route.⏮ ⏭ walk, and it is remembered. Folder playlists only: a playlist built from
a note keeps the order the note itself gives it.Copy track to current note command, or the same item in a playlist row's right-click menu. The copy
lands in the vault's own attachment folder and is embedded in the note as a
waveform; the track's marker, loop zone, counters and measured tempo and key
come with it. Playback is not interrupted — filing is not listening. Sending
the same track again links the copy that is already there instead of making a
twin.▶ 27 · 2h40m).
A run only counts once 5 seconds have actually sounded (start-and-stop does not
count; pause-and-resume keeps accumulating). Every loop-zone pass is a new run.
Listened time accumulates only while sound is actually playing. Right-click the
counter to reset both.Alt+D) to jump to the
note the track was picked up from: if it is open in a tab, that tab is focused,
otherwise the note opens; if the source is unknown, any note linking to the file is
used.Unload track command):
the player clears and holds nothing while you work on other things; the hotkeys
cannot fire by accident. Load a track again with the "Load audio from the note"
button or just by opening a note with audio.Open track in default app, Reveal track in system explorer. The embedded-player buttons can be turned
off in settings.The marker and the zone are visible right on the waveform (an orange flag and a highlighted fragment) — there are no separate indicators in the panel. Time, buttons and volume share a single line under the waveform.
All commands can be rebound in Settings → Hotkeys. The Russian keyboard layout is duplicated out of the box.
| Command | Keys |
|---|---|
| Play from marker (or from start) | Alt+X |
Stop (double press: the next Alt+X plays from the start, marker intact; triple: the marker and the zone are deleted) |
Alt+C |
| Set marker at current position | Alt+Z |
| Play/Pause | Alt+P |
| Open track's note | Alt+D |
| Seek back / forward | Alt+, / Alt+. |
| Previous / next track in the playlist | Alt+B / Alt+N |
| Play slower / faster (one bpm a step, the key stays put) | Alt+- / Alt+= |
| Transpose down / up a semitone (desktop only) | Alt+PageDown / Alt+PageUp |
| Play as recorded again — speed and key | Alt+0 |
On the numeric keypad the four of them sit together, under one hand:
Alt+÷ / Alt+× transpose down and up, Alt+− / Alt++ step the tempo.
Without default keys: Clear marker, Clear A-B loop zone, Load audio from current note, Open player panel, Unload track, Copy track to current note, Open track in default app, Reveal track in system explorer.
Besides the basics (pickup mode, seek step, start from marker) there is a playlist section (whole folder as a playlist, play the playlist through) and a fine-tuning one: the play-count threshold, the double-stop window, the waveform height, and the embedded-player button.
Markers, loop zones and counters are stored in the plugin's data.json, keyed by the
audio file path; when a file is renamed inside the vault, its data moves along
automatically.
The interface follows Obsidian's language (English, or Russian when the app is set to Russian), works on desktop and mobile ("open externally" needs desktop).
npm install
npm run build # tsc typecheck + esbuild → main.js
npm run dev # watch mode
npm test # bundles the real source and drives it against stubs
The tests need no framework: they bundle src/ exactly as it ships, run it with a
stub obsidian module, and drive the result — so what is checked is the artifact
users install, not a restatement of the logic. The settings suite guards the round
trip through data.json, where a field added to the type but forgotten in the
migration is written faithfully and then dropped on the next start.
GNU AGPL-3.0. The plugin bundles essentia.js
0.1.3 (Music Technology Group, Universitat Pompeu Fabra) for tempo and key
detection — it is licensed under the AGPL-3.0, so the combined work is too. The
essentia sources are at https://github.com/MTG/essentia; the copy shipped inside
main.js is the unmodified npm build.
Using the plugin carries no obligations. Distributing a modified version does: the source has to stay available under the same license.
Author: mrrepac · AGPL-3.0