tutorialkit icon indicating copy to clipboard operation
tutorialkit copied to clipboard

TutorialKit by StackBlitz - Create interactive tutorials powered by the WebContainer API

Results 64 tutorialkit issues
Sort by recently updated
recently updated
newest added

### Describe the bug Hello 👋, The editor does not retain the changes when showing the solution. ### Link to a StackBlitz project which shows the error _No response_ ###...

enhancement

### Describe the bug The VSCode extension silenty fails when VS Code workspace has a directory defined that doesn't exist. When `Select tutorial` command is used, an error is shown:...

bug
extension

### Describe the bug When using typescript, I import a file that exist in the template, from a source file in a lession it works, but fails to build. ###...

### Is your feature request related to a problem? In https://github.com/stackblitz/tutorialkit/pull/198 we hard-coded `node_modules` to be excluded from templates. However in some cases users might want to have pre-optimized `node_modules`...

enhancement

### Is your feature request related to a problem? It would be cool to be able to provide a set of test file that will run against the application to...

enhancement

### Is your feature request related to a problem? From @sulco: > > Install dependencies and start project. > > This should not be a single question. > These are...

enhancement

Right now, when WebContainer is booting or if it fails to boot, this information is not reflected within the `Prepare Environment` screen. Instead, you have to open the terminal to...

enhancement
discussions

adds support for overriding the footer component, similar to the TopBar override setup. Users can now customize footer content such as legal terms, contact info, and copyrights. this change introduces...

### Describe the bug The Terminal is not resizing correctly. ### Link to a StackBlitz project which shows the error https://demo.tutorialkit.dev/ ### Steps to reproduce 1. Go to TutorialKit Demo...

bug
good first issue
pr-welcome

Hello! We'd like to add a "Run tests" button near the current "Toggle terminal", which would `npm run test` and show results *instead* of preview. How should we approach this?...

question