https://github.com/hasparus/vscode-presentation-template
https://github.com/hasparus/vscode-presentation-template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hasparus/vscode-presentation-template
- Owner: hasparus
- Created: 2019-10-30T11:30:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T11:33:39.000Z (over 6 years ago)
- Last Synced: 2024-10-19T05:18:17.614Z (over 1 year ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: "Your talk title"
---
_the talk_
# How
TBD
# Why
TBD
# What
TBD
---
_quick reminders_
# Controls
```json
{
"key": "cmd+alt+left",
"command": "workbench.action.previousEditor"
},
{
"key": "cmd+alt+right",
"command": "workbench.action.nextEditor"
},
{
"key": "cmd+shift+q",
"command": "quokka.toggle",
"when": "editorTextFocus"
},
```
Move quickly through the slides with
- `Cmd + Alt + LeftArrow` → _View: Open Previous Editor_
- `Cmd + Alt + RightArrow` → _View: Open Next Editor_
Run TypeScript slides with
- `Cmd + Shift + Q` → _Quokka.js: Toggle (Start/Stop) on Current File_
Minimize distractions and maximize screen space
- `Cmd + B` → _(built-in) View: Toggle Side Bar Visibility_
Use regions to hide imports and code pasted from previous slides

# Credits
- cloned from https://github.com/blackdahila/wroc-ts-08-talk
- based on https://staltz.com/your-ide-as-a-presentation-tool.html