Translucent Window

unlisted

by TimFinnigan

Makes the app window slightly translucent.

Updated 19d agoMIT
View on GitHub

Translucent Window

Makes the app window slightly translucent, letting the desktop show through behind it.

How it works

Uses Electron's setOpacity() API to set the window to 90% opacity on load. No configuration needed.

Installation

Install via Obsidian's Community Plugins browser, or manually:

  1. Copy main.js and manifest.json into <vault>/.obsidian/plugins/translucent-window/
  2. Enable the plugin in Settings → Community plugins

Notes

  • Desktop only (requires Electron)
  • No need to enable Obsidian's built-in "Translucent window" setting
  • To adjust opacity, change the OPACITY constant in main.js (0.0–1.0)

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.