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.

    • wakestOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 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@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        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

        • wakestOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          ah wow that worked thank you!

  • INeedMana@lemmy.world
    link
    fedilink
    arrow-up
    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@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 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.

    • wakestOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      this doesn’t work on Obsidian decktop on macOS