NellowTCS21 downloadsA color preview for HEX, HSL, RGB values in your notes, similar to VSCode's color preview.
Preview HEX, HSL, and RGB colors directly in your Obsidian notes, just like VSCode's color preview.
Available on Obsidian!
#RGB, #RRGGBB, #RGBA, #RRGGBBAArgb(255, 0, 0), rgba(255, 0, 0, 0.5)hsl(120, 100%, 50%), hsla(120, 100%, 50%, 0.5)Type any of these in your note:
#ff0000
rgb(255, 0, 0)
hsl(0, 100%, 50%)
And see a color preview appear inline!
You can install IroView directly from Obsidian’s Community Plugins browser (or online here).
If you prefer installing manually:
main.js manifest.json styles.css (if present).obsidian/plugins/iroview
activeDocument for DOM operations