Skip to content

Releases: Aziz-Zahran/obsidian-chroma-key

1.0.1

15 Jun 22:16

Choose a tag to compare

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".

Chroma Key 1.0.0

15 Jun 21:32

Choose a tag to compare

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:

  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".