No description
Find a file
2026-05-13 18:36:16 +02:00
.github/workflows Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00
src Initial release prep 2026-05-13 17:01:22 +02:00
.gitignore Initial release prep 2026-05-13 17:01:22 +02:00
CHANGELOG.md Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00
esbuild.config.mjs Initial release prep 2026-05-13 17:01:22 +02:00
eslint.config.mjs Initial release prep 2026-05-13 17:01:22 +02:00
LICENSE Initial release prep 2026-05-13 17:01:22 +02:00
main.ts Initial release prep 2026-05-13 17:01:22 +02:00
manifest.json Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00
package-lock.json Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00
package.json Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00
README.md Initial release prep 2026-05-13 17:01:22 +02:00
styles.css Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00
tsconfig.json Initial release prep 2026-05-13 17:01:22 +02:00
versions.json Prepare 1.0.1 release workflow 2026-05-13 18:36:16 +02:00

Hide Sidebars

Hide Sidebars adds independent auto-hide controls for Obsidian's left and right sidebars.

It is built for desktop vaults where you want more writing space without losing quick access to the file explorer, search, backlinks, outline, or other sidebar panes.

Features

  • Toggle auto-hide separately for the left sidebar, right sidebar, or both sidebars.
  • Reveal sidebars by moving the mouse to the matching screen edge.
  • Use overlay mode to float sidebars over the editor instead of resizing the workspace.
  • Configure sidebar width, trigger zone width, vertical trigger padding, and collapse delay.
  • Control the plugin from ribbon icons, the command palette, or the plugin settings tab.
  • Clean up plugin-applied sidebar classes automatically when the plugin is disabled.

Compatibility

  • Obsidian 1.0.0 or newer.
  • Desktop only.

Installation

Manual installation

  1. Download manifest.json, main.js, and styles.css from the latest GitHub release.
  2. Create this folder in your vault if it does not already exist:
<vault>/.obsidian/plugins/hide-sidebars/
  1. Copy the three downloaded files into that folder.
  2. Reload Obsidian.
  3. Enable Hide Sidebars from Settings -> Community plugins.

Usage

Hide Sidebars adds three ribbon icons:

  • Left sidebar: toggles auto-hide for the left sidebar.
  • Right sidebar: toggles auto-hide for the right sidebar.
  • Both sidebars: toggles auto-hide for both enabled sidebars together.

When auto-hide is enabled, move the mouse to the matching screen edge to reveal the sidebar. Move the mouse away from the sidebar to let it collapse again.

The command palette also includes:

  • Toggle left sidebar auto-hide
  • Toggle right sidebar auto-hide
  • Toggle both sidebars auto-hide
  • Toggle overlay mode

Settings

  • Overlay mode: Float sidebars over the editor instead of pushing content aside.
  • Show notifications: Show a short notice when changing sidebar modes.
  • Transition delay: Delay before a sidebar collapses after the mouse leaves.
  • Sidebar width: Width used when expanding each sidebar.
  • Trigger zone width: Width of the hover area at the screen edge.
  • Trigger vertical padding: Top and bottom screen areas where edge hover does not trigger the sidebar.