slidev-pane
v0.1.8
Published
A PowerPoint-style pane presenter for Slidev
Readme
slidev-pane
PowerPoint-style pane presenter for Slidev.
What it does
- Adds a dedicated
/pane-view/:nopage with a two-pane layout. - Left side shows slide thumbnails.
- Right side shows the active slide.
- Lets you zoom the active slide with on-screen controls or
Ctrl/⌘ + mouse wheel. - Keeps Slidev's built-in presenter mode intact.
- Adds a
Paneentry to Slidev's standard nav controls. - Adds a
pshortcut to toggle this presenter mode.
Usage
Install the addon in your Slidev project:
pnpm add -D slidev-paneThen add it to the deck's package.json:
{
"slidev": {
"addons": ["slidev-pane"]
}
}Press p to enter or leave the pane presenter mode.
Use the zoom controls in the header, or hold Ctrl/⌘ and scroll on the slide to resize the active slide area.
