Automatically hides scrollbars when not in use while keeping them easily accessible during scrolling, creating a clean, distraction-free reading experience without sacrificing navigation functionality.
- Smart Auto-Hiding: Scrollbars automatically hide when not in use
- Instant Access: Scrollbars appear immediately when scrolling starts
- Hover Detection: Show scrollbars when hovering over their area
- Theme Integration: Uses your theme's accent color by default
- Smooth Animations: Clean transitions for showing/hiding
- Resource Efficient: Uses passive event listeners and CSS transitions
- Open Obsidian Settings
- Navigate to Community Plugins and disable Safe Mode
- Click Browse and search for "autoshow Scrollbars"
- Install the plugin
- Enable the plugin in your Community Plugins list
- Download the latest release from the releases page
- Extract the files into your vault's
.obsidian/plugins/autoshow-scrollbars/directory - Reload Obsidian
- Enable the plugin in your Community Plugins list
Once installed and enabled, AutoShow Scrollbars works automatically with no additional configuration needed. The plugin will immediately begin managing your scrollbars according to your interaction.
You can customize the following settings in the plugin options:
- Show Delay: How long to wait before showing scrollbars when scrolling starts (default: 0ms)
- Hide Delay: How long scrollbars remain visible after scrolling stops (default: 750ms)
- Scrollbar Color: Custom color override for scrollbars (default: uses theme accent)
- Requires Obsidian v1.0.0 or higher
- Works on all platforms (Windows, macOS, Linux, iOS, Android)
- Compatible with most themes and plugins
If you find this plugin helpful, you can:
- Create an issue on GitHub
- Support the development:
Want to contribute or modify the plugin? Here's how to get started with the source code:
-
Create a directory for your GitHub projects:
cd path/to/somewhere mkdir Github cd Github
-
Clone the repository:
git clone https://github.com/bwya77/autoshow-scrollbars.git
-
Navigate to the plugin directory:
cd auto-show-scrollbars -
Install dependencies:
npm install
-
Start development build mode:
npm run dev
This command will keep running in the terminal and automatically rebuild the plugin whenever you make changes to the source code.
-
You'll see a
main.jsfile appear in the plugin directory - this is the compiled version of your plugin.
To test your modifications:
- Create a symbolic link or copy your plugin folder to your vault's
.obsidian/plugins/directory - Enable the plugin in Obsidian's community plugins settings
- Use the developer console (Ctrl+Shift+I) to check for errors and debug
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request with a clear description of your changes
MIT License. See LICENSE for full text.

