# Iconify [![GitHub Release](https://img.shields.io/github/v/release/moziar/Obsidian-Iconify)](https://github.com/moziar/Obsidian-Iconify/releases/latest) [![Total Downloads](https://img.shields.io/github/downloads/moziar/Obsidian-Iconify/total?label=Downloads)](https://github.com/moziar/Obsidian-Iconify/releases) [![Latest Downloads](https://img.shields.io/github/downloads/moziar/Obsidian-Iconify/latest/total?label=Latest%20Downloads)](https://github.com/moziar/Obsidian-Iconify/releases/latest) [![Last Commit](https://img.shields.io/github/last-commit/moziar/Obsidian-Iconify?label=Last%20Commit)](https://github.com/moziar/Obsidian-Iconify/commits/main) Add custom icon to Obsidian and allow swapping out default icons ## Usage This plugin introduces support for custom icons through unique `iconId` identifiers. This enables seamless integration with other plugins like [Callout Manager](https://github.com/eth-p/obsidian-callout-manager), [Commander](https://github.com/phibr0/obsidian-commander) and [Better Properties](https://github.com/unxok/obsidian-better-properties). **Important:** Always restart Obsidian after adding new icons to ensure they load properly. ## Installation ### From Obsidian Community (Recommended) Open the Community Plugins tab in the settings and search for "Iconify" (or click [here](https://obsidian.md/plugins?id=iconify)). ### Manual Installation Use the [BRAT](https://github.com/TfTHacker/obsidian42-brat) to install this plugin. 1. Install [BRAT](https://obsidian.md/plugins?id=obsidian42-brat) Obsidian plugin 2. Use `BRAT: Plugins: Add a beta plugin for testing` command to install a new plugin 3. Enter `moziar/Obsidian-Iconify` on the popup window 4. Enjoy ## Mentioned - https://github.com/eth-p/obsidian-callout-manager/issues/3 - https://github.com/phibr0/obsidian-commander/issues/59 ## Upstream Thanks to **@mgmeyers** for his [obsidian-icon-swapper](https://github.com/mgmeyers/obsidian-icon-swapper).