Using Imgur properly to reduce Notebook size

  • Instead of adding image to the notbook & increasing the size of the note, one can upload image to imgur or use web image links to display image on the notebook.
  • Install “imgur Plugin” from community plugin.
  • Connect to your imgur account via plugin settings.
  • Drag the image into note, it will auto generate imgur link & render from imgur directly.

One problem is that often image diplayed is large.

One way to solve this problem is to append the letter t,s,m,b,l at the end of the imgur url.

eg:

For imgur image
![](upload://zbZj7dzraqgv1dYPxf6g9Wq8HAv.jpeg)

Adding ‘s’ to URL
![](upload://84ZdtSjqEUiGCEbuYlXt6Hh2rh0.jpeg)

But now the image is small & not clickable.

A way to display small image ( from imgur ) on the Obsidian Notebook, which could be clicked to display large sized image.

Following method can be used.
[![image name](image url can add m,s,t,l for imgur)](image url)

example

quote
Image can be displayed small, click to enlarge in Imgur.

[![quote](upload://84ZdtSjqEUiGCEbuYlXt6Hh2rh0.jpeg)](https://i.imgur.com/2edk8vG.jpg)

3 Likes