Why isn't there a way to add a caption to a local image in one of my Obsidian markdown notes?

Hi there is actually a way that was shared in the discord by @foreveryone that will use snippets:

Message: Discord

Snippets:

Input in the note:

![[imagename.jpg|left|200]]

<figcaption id="left" style="width:200px">This is a caption</figcaption>


** Note: the width = the width of the image, set through the pipe (for example: `![[image.png|left|400]]`
1 Like