https://github.com/justforuse/vuepress-plugin-presentation-mode2
Vuepress-next plugin, Fullscreen your doc page, and into presentation mode.
https://github.com/justforuse/vuepress-plugin-presentation-mode2
vuepress-plugin
Last synced: 4 months ago
JSON representation
Vuepress-next plugin, Fullscreen your doc page, and into presentation mode.
- Host: GitHub
- URL: https://github.com/justforuse/vuepress-plugin-presentation-mode2
- Owner: justforuse
- Created: 2021-12-06T14:31:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T07:17:59.000Z (over 3 years ago)
- Last Synced: 2025-02-17T00:23:53.441Z (4 months ago)
- Topics: vuepress-plugin
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuepress Presentation Mode

A plugin for [vuepress-next](https://v2.vuepress.vuejs.org/) to make your page into presentation mode
Keyboard shortcut: `Ctrl` + `Shift` + `F`. (both for Windows and Mac)
## Install
```
npm i vuepress-plugin-presentation-mode2
```
## UsageIn your config.js:
```
{
//...
plugins: [
'presentation-mode2'
]
}```