Replies: 1 comment 1 reply
-
I think you missed the last part of the url. It should be like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to link an image from my Trilium database in a render note using the
<img />
tag? In other words, what should the value of thesrc=""
attribute be if the image I want to link is not on the web but rather in my note database? Thank you.EDIT:
I tried
<img src="api/images/{{NoteID}}" />
, where I replaced{{NoteID}}
with the actual image note's ID value (no curly brackets), but the image didn't show up in the rendered note.Beta Was this translation helpful? Give feedback.
All reactions