a tiny extension to fix a missing feature in Notion: there is no built‑in way to toggle the right sidebar (context panel). this adds a simple keyboard toggle and an optional auto‑hide.
notion-toggle-demo.mp4
- keyboard toggle: cmd+/ (mac) or ctrl+/ (windows/linux)
- optional auto‑hide (set from the extension popup)
- lightweight, mv3, no background worker
option 1: from release (recommended)
- download the latest release: https://github.com/dinablachman/notion-toggle/releases/latest
- unzip the downloaded file
- in chrome: extensions → enable developer mode → click "load unpacked" → select the unzipped folder
option 2: from source
- clone this repo
- in chrome: extensions → enable developer mode → click "load unpacked" → select this folder
- open any page containing Notion Calendar content embeds. (Notion Calendar, Notion, etc).
- press cmd+/ or ctrl+/ to toggle the right sidebar.
- open the extension popup to enable/disable auto‑hide (refresh may be needed).
- storage (for saving the auto‑hide setting)
mit license - see license file for details