An open API service indexing awesome lists of open source software.

https://github.com/hasparus/vscode-presentation-template


https://github.com/hasparus/vscode-presentation-template

Last synced: 4 months ago
JSON representation

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

![](assets/2019-10-28-19-43-38.png)

# Credits

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