An Obsidian plugin that lets you browse, insert, and store note images in your own Immich server instead of inside the vault.
📖 Full documentation (English/Korean): https://search5.github.io/harang-immich/
Deleting a link, editing it away, deleting the whole note, or renaming it prompts you to move the now-unreferenced Immich asset to trash, delete it permanently, or leave it alone.
Harang Immich never needs an Immich album to be shared publicly — it talks to your server directly using the API key you provide. See the prerequisites guide for details.
From within Obsidian: Settings → Community plugins → Browse → search for
Harang Immich → Install → Enable.
From source:
cd /path/to/your/vault/.obsidian/plugins
git clone https://github.com/search5/harang-immich.git
cd harang-immich
npm install
npm run build
Then enable Harang Immich under Settings → Community plugins. See the full
installation guide
for more detail.
After enabling the plugin, open Settings → Harang Immich to add a profile (server address, API key, and optionally an album) — add more profiles if you use more than one Immich server. See the usage guide for details on the link syntax, settings, and cache management, or the architecture guide for an overview of how the plugin works internally.
Running into trouble? Check the troubleshooting guide.