tutorialkit
tutorialkit copied to clipboard
TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API
- Closes https://github.com/stackblitz/tutorialkit/issues/304 🚧 WIP Adds support for defining lessons without chapters or parts. ``` src/content/tutorial │ ├── meta.md # Tutorial metadata │ └── lesson-1 # Lesson in root! No...
### Is your feature request related to a problem? I have step by step tutorial, where the next step in many cases rely on the previous step (lesson) I find...
### Is your feature request related to a problem? There's no documentation for https://github.com/stackblitz/tutorialkit/pull/79. ### Describe the solution you'd like. Add documentation with some examples. Describe how this solves issues...
### Describe the bug When terminal is disabled in metadata, the `Toggle Terminal` button is still visible. It just shows empty blank terminal when toggled. ### Link to a StackBlitz...
Change the default value of `terminal.allowCommands` from an empty array to `['ls', 'echo']`. This change prevents users from running all available commands by default in tutorials, enhancing security and focus....
### Is your feature request related to a problem? This is a feedback I tend to get from end user: they would be eager to observe a diff between the...
Description of What Happened: In my open-source contribution, I aimed to fix a bug where the "Toggle Terminal" button stayed visible even when the terminal was set to be hidden...
### Is your feature request related to a problem? `*.astro` files are displayed without any syntax highlighting in the CodeMirror editor. https://astropatterns-dev.vercel.app ### Describe the solution you'd like. Add syntax...
### Is your feature request related to a problem? ``` tutorial/ ├── part │ ├── chapter │ │ ├── lesosn │ │ │ ├── _files │ │ │ ├── _solution...
### Is your feature request related to a problem? When creating new tutorial with `pnpm create tutorial`, the generated example is quite minimal. It would be nice to showcase some...