Image Cluster

pending

by tcyeee

Image Cluster helps you easily combine multiple images together in your notes, making your note interface more beautiful and organized.

Updated 11d agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub


中文 | English



Obsidian Image Cluster helps you easily combine multiple images together in your notes, making your note interface more beautiful and organized.

⬇️ Installation

From Community Plugins (Recommended)

You can install the plugin directly from Obsidian's Community Plugins browser:

  1. Open Obsidian and go to Settings > Community plugins
  2. Click on Browse and search for "Image Cluster"
  3. Click Install and then Enable the plugin

You can also install the plugin directly from its Community Plugins entry: Image Cluster on Obsidian.

Manual Installation

  1. Download the latest release from GitHub Releases
  2. Extract main.js, manifest.json, and styles.css to your vault's .obsidian/plugins/image-cluster/ directory
  3. Reload Obsidian and enable the plugin in Settings → Community plugins

✅ How to Use

  1. Right‑click on an image link and choose “Wrap the images into a group”.

  1. In Reading mode, click the “Settings” button at the top‑right corner of an image group to customize its style.

⚙️ Configuration

The style configuration of an image group is stored in the first line of the imgs code block and ends with ;;.
You can manually tweak the parameters there for deeper customization.

```imgs
size=150&gap=8&radius=10&shadow=false&border=false;;
![](assets/1.png)
![](assets/2.png)
![](assets/3.png)
![](assets/4.png)
```

Optional parameters

OptionDescriptionDefaultAvailable options
sizeImage width and height in px15050~500
radiusBorder radius in px100~50
gapSpace between images in px80~50
shadowShow drop shadow or notfalsefalse / true
borderShow border around imagesfalsefalse / true
hiddenhidden imagesfalsefalse / true

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.