slidev-pane
v0.1.4
Published
A PowerPoint-style pane presenter for Slidev
Readme
slidev-pane
PowerPoint-style pane presenter for Slidev.
What it does
- Adds a dedicated
/pane-presenter/: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.
Notes
- This addon keeps Slidev's built-in
/presenter/:noroute unchanged. - The pane presenter lives at
/pane-presenter/:no. - It keeps
ofor Slidev's quick overview instead of rebinding it. - The implementation depends on Slidev client internals.
- The package metadata now keeps a minimum Slidev version of
0.51.0-beta.4, but no longer hard-pins a single0.51.xrange.
