What I’m trying to do
I making my own table of books read (without book plugins).
- I have a foulder in my vault “Attachments” named. In this folder book covers. Name of file only english words without spaces for example: ‘FlowersForAlgernon.jpg’.
- I have notes with YAML properties. Property “image” have path to cover.
- I creating dv.table with dataviewjs.
- Column “Pictures” with images is empty.
Markdown images works in notes (not in table), and HTML is not.
Things I have tried
-
Path types:
a) Attachments/FlowersForAlgernon.jpg
b) ./Attachments/FlowersForAlgernon.jpg
c) copied obsidian URL -
Image types:
a) Markdown image
b) HTML image -
Checked all obsidian settings and plugins settings, tried to turn off/ turn on it.
-
Checked obsidian file manipulating permissions.
-
Checked that all files up to date.
-
Tried different images.
-
Turned off themes etc.