Skip to content

1.0.1

Latest

Choose a tag to compare

@Aziz-Zahran Aziz-Zahran released this 15 Jun 22:16
· 3 commits to main since this release

1.0.1 - Plugin ID Fix

🐛 Bug Fixes

  • 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:

  1. Download main.js and manifest.json from the assets section below.
  2. Inside your vault, go to .obsidian/plugins/ and create a new folder named obsidian-chroma-key.
  3. Drop the two downloaded files into that new folder.
  4. Restart Obsidian, go to your Community Plugins tab, and toggle on "Chroma Key Paste".