Installation#

Method 1 — Install from within the app#

  1. Open Obsidian and go to SettingsCommunity plugins.

  2. Make sure Restricted mode is turned off.

  3. Click Browse and search for Harang Immich.

  4. 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 SettingsCommunity plugins → reload) and enable Harang Immich in the community plugin list.

Next steps#

Once the plugin is enabled, open SettingsHarang Immich and configure your Immich server address, API key, and album — see Usage for details.