Skip to content

TODO #FT_REQUEST

Request : https style url representation by embedding an clickable image

Obsidian has these 2 features :

  1. The standard markdown embeded image , using the ! [ [ imagename ] ] syntax
    it renders fine : ![[Play-Video-icon.png|30]]
  2. The possibility to give a display name to an url using the [ text-to-display ] ( url ) syntax
    This also renders fine : goto duckduckgo

Asked is a combination of both, so we get a version of the classical http “clickable image url”.

With whatever combaination i tried (single , double braccets, no path, full path, etc ) ,
Obsidian renders the filename as a text : Play-Video-icon.pngnot the actual image
Perhaps I’m doing it the wrong way, but I don’t find it.

( note, the image used is just a screen print i took to explain things, wouldn’t be the actual )