Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Image Glance

chenjhuchenjhu72 downloads

Shows marked images as compact inline thumbnails with a larger hover or tap preview.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates2

Image Glance keeps selected images from interrupting the flow of a note. Only images marked with glance become compact inline thumbnails; all other images keep Obsidian's normal rendering.

It is designed for notes where a picture is useful context, but a full-size embed would break the sentence or paragraph you are writing.

Features

  • Opt-in compact thumbnails in Reading view and Live Preview.
  • Normal Obsidian image embeds stay untouched unless you mark them with glance.
  • Hover preview on desktop, with optional tap preview on mobile.
  • Click isolation for marked thumbnails, so accidental clicks do not trigger Obsidian's native image resize behavior.
  • Configurable thumbnail size, preview bounds, and corner radius.
  • No network requests, telemetry, vault scanning, or Markdown modification.

Usage

For a wiki image embed, add |glance:

Text before ![[image.png|glance]] text after.

For a standard Markdown image, use glance as the alt text:

Text before ![glance](image.png) text after.

An optional description can appear before the marker:

![Diagram description|glance](diagram.png)

Unmarked images remain unchanged:

![[image.png]]
![Normal image](image.png)

To keep a thumbnail directly after text, put the image embed on the same Markdown line as that text.

Manual installation

Download main.js, manifest.json, and styles.css from the latest GitHub release, then place them in:

<your-vault>/.obsidian/plugins/image-glance/

Reload Obsidian and enable Image Glance under Community plugins.

Development

npm install
npm run dev

For a production build:

npm run build

Do development in a test vault rather than your main vault.

Release

Releases are built by GitHub Actions. To publish a new version:

  1. Update version in manifest.json and package.json.
  2. Add the version to versions.json if the minimum Obsidian version changes.
  3. Run npm run build.
  4. Commit the changes.
  5. Push a tag that exactly matches the manifest version, such as 0.2.2.

The release workflow uploads main.js, manifest.json, and styles.css.

License

MIT

HealthExcellent
ReviewSatisfactory
Details
Current version
0.2.3
Last updated
2 months ago
Created
2 months ago
Updates
2 releases
Downloads
72
Compatible with
Obsidian 1.6.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
chenjhuchenjhu
GitHubchenjhu
  1. Community
  2. Plugins
  3. Image Glance

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Importer

Convert your data to Markdown files you can use in Obsidian. Works with Apple Notes, OneNote, Evernote, Notion, Google Keep, and many other formats.

Advanced Canvas

Supercharge your canvas experience. Create presentations, flowcharts and more.

Minimal Theme Settings

Control the colors and fonts in Minimal Theme.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.

Linter

Format and style your notes. Linter can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular Markdown contents like list, italics, and bold styles; and more with the use of custom rule options.

TaskNotes

Note-based task management with calendar, pomodoro and time-tracking integration.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

BRAT

Easily install a beta version of a plugin for testing.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.