slidev-theme 0.7.3
Install from the command line:
Learn more about npm packages
$ npm install @openscript-ch/slidev-theme@0.7.3
Install via package.json:
"@openscript-ch/slidev-theme": "0.7.3"
About this version
Our companys theme for Slidev.
Add the following frontmatter to your slides.md. Start Slidev then it will prompt you to install the theme automatically.
---
theme: @openscript-ch/slidev
---
Learn more about how to use a theme.
This theme provides the following layouts:
TODO:
This theme provides the following components:
TODO:
- Make sure you have Docker up and running
- Get Visual Studio Code with Dev Containers ready
- Open the project inside a Dev Container and run
pnpm install- If needed for export or screenshots, install playwright dependencies with
sudo npx playwright install-deps
- If needed for export or screenshots, install playwright dependencies with
-
pnpm run devto start theme preview ofexample.md - Edit the
example.mdand style to see the changes -
pnpm run exportto generate the preview PDF -
pnpm run screenshotto generate the preview PNG - Commit and push your changes or create a pull request
- Release a new version with
pnpm run release:patch,pnpm run release:minororpnpm run release:major