Customize icons & colors on every file and folder — all from a single right-click.
![]()
![]()
![]()
main.js, manifest.json, styles.css) from the Releases page<your-vault>/.obsidian/plugins/Iconik/All actions are available via right-click on any file or folder in the explorer.
![]()
Navigate to Settings → Iconik to configure:
![]()
The plugin ships with full English and French translations. The language is detected automatically from Obsidian's locale setting.
To add a new language, duplicate i18n/en.json, translate all values, and name the file with the locale code (e.g. de.json for German).
# Clone the repo
git clone https://github.com/creagleone/obsidian-iconik
cd obsidian-Iconik
# Install dependencies
npm install
# Development build (watch mode)
npm run dev
# Production build
npm run build
Pull requests and issues are welcome. Please open an issue before submitting a large PR.
git checkout -b feat/my-featuremain