blacksmithgu / obsidian-dataview Public
generated from obsidianmd/obsidian-sample-pluginNew issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Embed and resize local media (audio, video, image) in a dataview query #864
Comments
|
I have no idea how the audio player works, to be honest - is it just a file embed that shows up as a playable thing? |
|
Thanks for your quick reply @blacksmithgu ! Here is what the audio player looks like : I just noticed that no local media can be embedded in a dataview query (images, videos or audio), so I've edited this feature request to include them. |
|
@blacksmithgu : Here is the link of that FR on Obsidian's forum, just in case it does not rely exclusively on Dataview. If not, I can delete the FR on Obsidian's forum, and keep only this one here. |
|
This one is a little complicated, mainly because it's up to the Obsidian API to support rendering these blocks inside of plugin-rendered Markdown. I will make an API request to see if it is feasible. |
|
Thank you @blacksmithgu , looking forward to hearing news on that FR ! ;) |
|
Similarly to this issue, it works fine for me if insert DOM manually when querying, regarding audio, it'd be |

Hello,
Not sure if this depends more on Obsidian or Dataview, but currently local media can’t be embedded in a dataview table.
It would be great if media could be embedded and resized in dataview queries, especially local audio files, and importantly using relative paths inside vault.
Thanks !
The text was updated successfully, but these errors were encountered: