this post was submitted on 23 Jun 2023
7 points (100.0% liked)

ObsidianMD

4320 readers
4 users here now

Unofficial Lemmy community for https://obsidian.md

founded 2 years ago
MODERATORS
 

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.

top 8 comments
sorted by: hot top controversial new old
[–] tenth 3 points 2 years ago* (last edited 2 years ago) (1 children)

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

[–] [email protected] 1 points 2 years ago (1 children)

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

[–] tenth 5 points 2 years ago* (last edited 2 years ago) (1 children)

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

[–] [email protected] 2 points 2 years ago

ah wow that worked thank you!

[–] INeedMana 1 points 2 years ago* (last edited 2 years ago) (2 children)

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 2 points 2 years ago (1 children)

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 1 points 2 years ago

Ooh, nice. Thanks :)

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

[–] [email protected] 1 points 2 years ago

this doesn't work on Obsidian decktop on macOS