Kiara Orquera46 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.
Obsidian does not natively support HEIC images due to Chromium licensing restrictions. This plugin solves that by seamlessly converting HEIC files to JPEGs on the fly using the heic2any 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 and manifest.json files from the latest Release.heic-viewer inside your vault's .obsidian/plugins/ directory.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 native image will seamlessly appear.
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.