This is a plugin for Obsidian that keeps the screen awake when in focus.
- Keeps the display awake while Obsidian is in the foreground.
- Simple and lightweight.
- Toggle WakeLock via command or status bar.
- Customizable settings to control notifications and status bar visibility.
- Available on all platforms.
- Download the latest release from the releases page.
- Unzip the downloaded file.
- Copy the folder to your Obsidian plugins directory (usually located at
.obsidian/plugins
). - Enable the "Screen WakeLock" plugin from the Settings > Community Plugins menu in Obsidian.
Once the plugin is enabled, it will automatically keep your screen awake whenever Obsidian is in the foreground.
The functionality can be disabled through a hotkey, command or in the plugin settings page.
See: https://developer.mozilla.org/en-US/docs/Web/API/WakeLock#browser_compatibility
- Obsidian: https://github.com/obsidianmd/obsidian-api
- WakeLock: https://www.w3.org/TR/screen-wake-lock/