stackblitz / tutorialkit

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API
https://tutorialkit.dev
MIT License
507 stars 49 forks source link

feat(runtime): option for setting terminal open by default #246

Closed AriPerkkio closed 3 months ago

AriPerkkio commented 3 months ago

Adds new terminal.open option that can be used to set terminal open by default for specific lesson.

---
type: lesson
title: Default
terminal:
  open: true       # <-- Terminal will be open when page is navigated to
  panels: terminal
---
stackblitz[bot] commented 3 months ago

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.