A lightweight Obsidian plugin for inserting and customizing images with ease.
- ✅ Resize images (width, height, border radius)
- 🎯 Align images (left, center, right)
- 🎨 Customize borders with color and shape
- 💡 Apply shapes like
circle,square,heart, andstar - 🔗 Add redirect links to make images clickable
- 📝 Add image captions: captions appear below the image and can be styled for better readability and presentation.
- 🔁 Switch between inline and block modes for layout flexibility
Insert a simple-image code block in your note by right clicking on the note and select "Add Image Container".
Default image container code markdown:
```simple-image align: center width: auto height: auto borderRadius: 0 borderColor: none applyShape: default markdownWidth: 100% redirectUrl: https://example.com caption: ===  ```
This plugin is perfect for Obsidian users who want:
- Visual customization without HTML
- Clean Markdown formatting
- Control over layout and interactivity
This plugin is currently in beta and can be installed via the BRAT plugin:
- Make sure you have the BRAT plugin installed in Obsidian.
- In BRAT settings, click "Add Beta Plugin".
- Paste the GitHub repository URL for this plugin: https://github.com/Josie1902/Simple-Image
- BRAT will install and track updates automatically.
- Enable Simple Image Plugin from the Community Plugins tab in Obsidian.
Use multiple images with inline layout for side-by-side galleries, and switch to block for full-width display.
❌ When using multiple inline-block image containers side-by-side, new paragraphs entered immediately after may not render correctly. This issue does not occur with a single inline image block.
✔️ Workaround: use block layout mode or insert a manual break element after the inline group.
❌ Incompatibility with backlinks for url redirect.
✔️ Workaround: Copy obsidian url of the page into redirectUrl.
- ✍️ Text wrapping around images — support for flowing text beside left- or right-aligned images (similar to traditional blog/article formatting).