Inline queries don't handle embedded image links
See original GitHub issueWhat happened?
Embedded image links are handled correctly by list and table dataviews, but not by inline queries.
DQL
---
image-embed: "![[Obsidian.png]]"
---
`= this.image-embed`
JS
No response
Dataview Version
0.5.17
Obsidian Version
0.14.6
OS
Windows
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Can't send local image as response to inline query · Issue #146
I have a .jpg file in the same directory as the bot script that I want to send as a response to a...
Read more >Inline Image or Embedded Image Not Display in Hotmail Web ...
Hi All, Every time I received an embedded images or inline, it will displayed with a gray box, link below: https://a.gfx.ms/i_safe.gif This ...
Read more >Editing a question to change links to inline images
When reviewing 'First-Posts' and I see a question/answer with images as links, is it OK to edit the post and add in the...
Read more >Embedding Images in HTML Emails | Campaign Monitor
Embedding an image in an HTML email is still a touchy subject. Our guide includes both embedding suggestions and alternate methods for ...
Read more >Manage linked or embedded graphics in Adobe InDesign
InDesign displays these images in the Links panel, so that you can control versions and update the file whenever you like; however, the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@scottmc42, I actually wanted to use it for the same usecase as you do. The suggestion from @fwolf didn’t work for me either. Neither did any form of embed(). The current workaround I’m using is via TABLE (also works with LIST). Borrowing from your example:
This also works with scaled images, e.g.:
The WHERE clause is necessary to prevent the table from fetching all files with the ‘image’ attribute.
I can concur. I’ve been banging my head against the keyboard trying to get
embed()
to work. I have the note and the image in the same folder. I’ve tried with the yaml both with and without the braces.