Kiara Orquera727 downloadsAllows viewing of .heic and .heif images in Obsidian by converting them on the fly.
An Obsidian plugin that allows you to view .heic and .heif images directly inside your notes — on desktop, tablet, and mobile.
Obsidian does not natively support HEIC images due to Chromium licensing restrictions. This plugin solves that by seamlessly converting HEIC files to PNGs on the fly using the libheif-js library (powered by WebAssembly), allowing you to drag and drop photos straight from your iPhone or camera into your vault.
![[image.heic]]) exactly like standard images.main.js, manifest.json, and styles.css files from the latest Release.heic-viewer inside your vault's .obsidian/plugins/ directory.styles.css — without it, images won't display correctly.Simply embed your HEIC images into your notes just like you normally would: ![[my-photo.heic]]
When you scroll to the image, the plugin will briefly display a "Converting HEIC..." placeholder while it decodes the image in the background, and then the image will seamlessly appear. Tap or click it to open the fullscreen viewer.
Because HEIC files use heavy video-compression algorithms, decoding them via WebAssembly takes a moment. Large photos (12MP+) might take a second or two to render when scrolling into view.