Installation#
Method 1 — Install from within the app#
Open Obsidian and go to Settings → Community plugins.
Make sure Restricted mode is turned off.
Click Browse and search for
Harang Immich.Click Install, then Enable.
Method 2 — Clone the Git repository#
If you want to build the plugin from source instead:
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 reload Obsidian (or use Settings → Community plugins →
reload) and enable Harang Immich in the community plugin list.
Next steps#
Once the plugin is enabled, open Settings → Harang Immich and configure your Immich server address, API key, and album — see Usage for details.