Releases: Aziz-Zahran/obsidian-chroma-key
Releases · Aziz-Zahran/obsidian-chroma-key
1.0.1
1.0.1 - Plugin ID Fix
🐛 Bug Fixes
- Updated the plugin ID in
manifest.jsonto exactly matchchroma-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.jsandmanifest.jsonfrom the assets section below. - Inside your vault, go to
.obsidian/plugins/and create a new folder namedobsidian-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".
Chroma Key 1.0.0
Version 1.0.0 — Initial Release! 🎉
I'm excited to share the very first release of Chroma Key Paste!
If you frequently copy screenshots or iPad sketches into your vault, this plugin lets you strip away the background colors so your images blend perfectly into your Obsidian theme.
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.jsandmanifest.jsonfrom the assets section below. - Inside your vault, go to
.obsidian/plugins/and create a new folder namedobsidian-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".