Linking Audio in Render Notes #6233
-
Originally posted by @Nriver in #4763 (comment) For MP3 audio attachments, should I do the following?
Because it doesn't seem to be working. |
Beta Was this translation helpful? Give feedback.
Answered by
eliandoran
Jul 5, 2025
Replies: 1 comment
-
Best approach is not to use attachments but a note of type File (simply drag and drop). Here's a snippet that works with videos, it should work similarly with audio: <video class="video-preview" controls="" style="width: 988.167px;" src="api/notes/KYuEy2GM99lf/open-partial" type="video/mp4"></video> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eliandoran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Best approach is not to use attachments but a note of type File (simply drag and drop).
Here's a snippet that works with videos, it should work similarly with audio: