hasparus / vscode-presentation-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

title
Your talk title

the talk

How

TBD

Why

TBD

What

TBD


quick reminders

Controls

  {
    "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 + LeftArrowView: Open Previous Editor
  • Cmd + Alt + RightArrowView: Open Next Editor

Run TypeScript slides with

  • Cmd + Shift + QQuokka.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

About