Inspect Local Assets with the Image Viewer
Inspect Local Assets with the Image Viewer
Images in a Markdown project are files too. Markdown Explorer can open a workspace image in its own tab instead of sending it to a separate application.
Open an image
Select a supported image in the File Explorer. The Image Viewer opens the asset and displays its filename above the image.
The toolbar provides:
- Zoom out to reduce the scale;
- a percentage showing the current zoom;
- Zoom in to inspect a detail;
- Reset to return to 100% and center the image.
On the web, drag the zoomed image with the mouse to pan across it.
Review a documentation screenshot
A practical image-review workflow is:
- Open
docs/setup.mdin one pane. - Open
img/setup/account-screen.pngin the other pane. - Zoom in to check labels or small UI text.
- Return to 100% with Reset.
- Update the Markdown alt text or nearby instructions.
The source remains the original workspace asset. Viewing and zooming do not rewrite or compress it.
Image Viewer versus Markdown Preview
Use Markdown Preview when you need to judge an image in the context of a page:
Use the Image Viewer when you need to inspect the image itself. The two views work well in Split View.
Related image tools
Markdown Explorer can also paste clipboard images into a predictable document-scoped path, adjust rendered image size, and rename managed assets. Those actions can change a file or its Markdown reference; the Image Viewer’s zoom and pan controls do not.
Keep relative image paths inside the opened project whenever possible. That makes the document portable to Git, a static-site exporter, and another Markdown editor.