noonesimg / obsidian-audio-player

audio player plugin with bookmarks for Obsidian.md
GNU General Public License v3.0
96 stars 11 forks source link
obsidian obsidian-plugin vue3-typescript

Obsidian Audio Player

Demo

add_audio

How to use

```audio-player
[[my awesome audio file.mp3]]
```

just add this to any of your md files

Two simple Commands

accessable through command menu (Ctrl-P)

  1. Pause Audio to pause whatever audio is playing
  2. Resume Audio to resume

Add bookmarks through ui

add_bookmark

  1. Double click on any of the bars on the wave visualizer,
  2. Type your text
  3. Hit enter or press the "Add" button
  4. Click on any bookmark timecode to set the playhead position

Add bookmarks through text

```audio-player
[[my awesome audio file.mp3]]
00:00:44 --- chapter
00:01:50 --- chapter 2 
00:02:40 --- chapter 3 in which nothing happened
```

image

How to install

From Obsidian

  1. Open Settings > Thrid-party plugin
  2. Make sure Safe mode is off
  3. Click Browse community plugins
  4. Search Audio Player
  5. Click install
  6. Close community plugin browser and activate the plugin

Using Git

  1. Close obsidian
  2. Go to your vault .obsidian/plugins folder in the terminal
  3. git clone https://github.com/noonesimg/obsidian-audio-player.git
  4. Open obsidian
  5. Go to settings -> community plugins
  6. Scroll down, find "Audio Player" plugin and enable it

Pricing

The plugin is free, athough if you wanna say thanks, feel free to buy me a coffee

BuyMeACoffee

Notes

If there're any bugs or instabilities, don't hesitate to open an issue