Can I link an image to a URL?

I am making a table, and I want to have links to urls as little icons. I can't figure out how to do this.

7 points · 8 comments · view on lemmy.world

8 Comments

tenth@lemmy.world · 3 pts · 3y (3 replies)

This worked in Obsidian for me

icon|title
-|-
![Test](https://icon-library.com/images/upvote-icon/upvote-icon-26.jpg)|test2

Result:

icon title
Test test2

Try this link if you want to change the image size. I haven’t

wakest@lemmy.ml · 1 pts · 3y (2 replies)

I want to link an image to a website, so as to open the link remotely, not just embed a remote image

tenth@lemmy.world · 5 pts · 3y (1 reply)

This worked

icon|title
-|-
[![](/Research/IMG_5584.PNG)](http://google.com)|test2

Result: exactly the same as my previous comment, except the image links to google.com

wakest@lemmy.ml · 2 pts · 3y

ah wow that worked thank you!

INeedMana@lemmy.world · 1 pts · 3y (3 replies)

Let's see.

It seems to be working in obsidian mobile, but you probably will have to pre-scale the images to wanted size

biscotty666@lemmy.world · 2 pts · 3y (1 reply)

You don't need to pre-scale images. Just add eg. "|75" immediately after the image file name to scale to 75 pixels. If you don't care about preserving aspect ratio something like "|100x75" works to.

INeedMana@lemmy.world · 1 pts · 3y

Ooh, nice. Thanks :)

Here (reading with jerboa) it seems to not work, but in obsidian it does

wakest@lemmy.ml · 1 pts · 3y

this doesn't work on Obsidian decktop on macOS