Translucent Window
unlistedby TimFinnigan
Makes the app window slightly translucent.
Updated 19d agoMIT
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:
- Copy
main.jsandmanifest.jsoninto<vault>/.obsidian/plugins/translucent-window/ - 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
OPACITYconstant inmain.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.