Images and dataview: partial (?) solutions

I have the following YAML frontmatter …


---

Foto1: <img src="file:///P:/Obsidian/BBZ/Schulisches/KuK/attachments/NN.png">
Foto2: <img width="80px" src="file:///P:/Obsidian/BBZ/Schulisches/KuK/attachments/NN.png">
Foto3: "![[../../../../../BBZ/Schulisches/KuK/attachments/NN.png]]"
Foto4: "![[NN.png]]"
Foto5: "![[NN.png|100]]"
Foto6: "[[NN.png]]"
Foto7: "[NN](NN.png)"
Foto8: "[[NN.png|Foto8]]"

---


… and dataview code:

TABLE without ID
Foto1,
Foto2,
Foto3,
Foto4,
Foto5,
Foto6,
Foto7,
Foto8

WHERE file.name = this.file.name

and I’m getting this:

External link to image

My question:

Are there any other possibilities with dataview to view images?

1 Like

Oh yes, my friend …

Foto9: “![[attachments/Wm.png]]”

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.