I have notes that have each a title image associated. The png files are stored in the same folder as the notes. The “path” to the image is stored in the ingeniously named ‘title pic’ property, e.g.
---
titlepic: 1234.png
---
In my Bases Table view I can display the images using image(titlepic).
However, in the Cards view, the images won’t show, even if I set titlepic as the ‘image property’.
The documentation states: The view settings allow you to optionally configure an image property, which can be an image URL or attachmentlink.
I guess I need to encode the information in the titlepic property differently, but I cannot figure out how.
V1.9.4 should have addressed an image path issue, but I guess not in my case.
You may be aware and not sure if this works for your use case(s), but you can choose the first embedded image in a note to display: e.g.
---
categories: "[[Albums]]"
artist: "[[Maggie Rogers]]"
year: 2019
rating:
---
# Heard It In A Past Life -- Maggie Rogers
![[Heard-It-In-A-Past-Life.webp|300]]
It may be a bug, unimplemented yet, or not possible to use formulas as the Image property in the cards layout. I’ll ask around to see what turns up. See below
I don’t know how much I’d use this myself; I don’t keep a lot of images in my vault and don’t plan to.
For media, I link to smaller external images and figure if the internet isn’t working for a while, I probably have a lot of bigger issues to deal with.