stackblitz / tutorialkit

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

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

Closed AriPerkkio closed 3 weeks ago

AriPerkkio commented 4 weeks 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 4 weeks ago

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