What I’m trying to do
Hi everyone.
I am trying to create a dataview list of books I am currently reading. I would like the list to include the cover image of the book, if available. If the book note does not contain a cover image the book should still be shown in the list. Some of the book notes include a cover image, some don’t.
But … the dataview I have created does only show the books with a cover image.
This code:
gives this result:
It shows fine in the list if other data is missing, e.g. year.
Things I have tried
For the notes without a cover image I have tried:
- leave cover in YAML empty; didn’t change anything
- delete cover in YAML; didn’t change anything
- If I in the code remove the part regarding embed cover then the list correctly shows all the books - but without cover images. This code:
gives this result:
What am I missing here?