How to render these audio files as media player in obsidian? #46
Replies: 4 comments 1 reply
-
Open MP3 files directly under the audio folder is ok, but this operation is a bit troublesome as I need to find this audio file first, instead of clicking it directly from my notes. |
Beta Was this translation helpful? Give feedback.
-
In Obsidian settings under Files and links there's a section "Detect all file extensions" and it's probably turned off. Try turning that on and see if that fixes things. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. I thought you might mean here, but I did turn this option on. ![]() However, I can't play it directly by clicking |
Beta Was this translation helpful? Give feedback.
-
Solved the problem by simply updating the audio_link reference in the custom note template for the Voicenote Obsidian plug-in as follows. This will embed the audio in the note. {% if audio_link %} Audio{{ audio_link }} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I found that the link of audio files can be inserted in the template, but I don't know how to manage these audio files in obsidian. Because I found that after I clicked this audio file link, it could not open this file in obsidian. So how to make it, I means, by clicking on this link, this audio will be directly played or directly showed in the form of a player? Wish it could be played and could be adjusted to faster speed.
I've seen some plug-ins now. They most have specific formats, and it seems that they can't be used directly. I wonder how to solve this problem.
Beta Was this translation helpful? Give feedback.
All reactions