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.

  • @tenth
    link
    English
    3
    edit-2
    1 year ago

    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

    • wakestOP
      link
      fedilink
      English
      11 year ago

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

      • @tenth
        link
        English
        5
        edit-2
        1 year ago

        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

  • @INeedMana
    link
    1
    edit-2
    1 year ago

    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
      link
      21 year ago

      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
        link
        11 year ago

        Ooh, nice. Thanks :)

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

    • wakestOP
      link
      fedilink
      11 year ago

      this doesn’t work on Obsidian decktop on macOS