You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the plugin ID in manifest.json to exactly match chroma-key. This resolves an issue where the initial release failed the Obsidian directory automated checks due to the folder/ID mismatch.
What's inside:
Context Menu Integration: Just right-click any image link in your notes and select "Remove background" to get started.
The Processing Modal: A popup interface that lets you adjust exactly how much background gets removed before applying it.
Smart Background Detection: The plugin automatically samples the corner pixel to figure out what color needs to be removed, or you can type in your own Hex code.
Vault Organization: To keep your main folders from getting messy, all transparent images are automatically saved to a chroma/ folder (which you can rename or move wherever you want!).
Settings you can tweak:
Adjust the default tolerance (how aggressively colors are removed)
Toggle edge softening on or off for smoother cutouts
Set default fallback colors if you turn off auto-detect
How to Install Manually:
Download main.js and manifest.json from the assets section below.
Inside your vault, go to .obsidian/plugins/ and create a new folder named obsidian-chroma-key.
Drop the two downloaded files into that new folder.
Restart Obsidian, go to your Community Plugins tab, and toggle on "Chroma Key Paste".