chenjhu33 downloadsShows marked images as compact inline thumbnails with a larger hover or tap preview.
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.
glance.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  text after.
An optional description can appear before the marker:

Unmarked images remain unchanged:
![[image.png]]

To keep a thumbnail directly after text, put the image embed on the same Markdown line as that text.
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.
npm install
npm run dev
For a production build:
npm run build
Do development in a test vault rather than your main vault.
Releases are built by GitHub Actions. To publish a new version:
version in manifest.json and package.json.versions.json if the minimum Obsidian version changes.npm run build.0.2.2.The release workflow uploads main.js, manifest.json, and styles.css.