Maximiliano Burgos69 downloadsAssigns a random Iconize icon and color to every note as soon as it is created.
Give every new note a random icon and color the moment it's created, so your vault gets visually distinct entries without you ever opening a picker.
This plugin doesn't draw icons itself — it drives Iconize, assigning it a random icon and color per note the same way you would by hand, just automatically.
.md file is created, it picks a random icon from Obsidian's built-in Lucide icon set and a random, pleasant color, then hands both to Iconize.Requires Iconize installed and enabled — this plugin is a thin automation layer on top of it, not a replacement.
| Setting | Default | |
|---|---|---|
| Enabled | on | Turn the automatic assignment on new notes on or off. |
| Only markdown notes | on | Skip attachments, canvases, and other non-.md files. |
Manually — download main.js and manifest.json from the latest release into <vault>/.obsidian/plugins/random-icon-color/, then enable the plugin in Settings → Community plugins (with Iconize already installed and enabled).
There is no build step. main.js is the source: plain CommonJS against the Obsidian API. Edit it, reload Obsidian, done.