-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
questionQuestion related to TutorialKit that doesn't require changes in codebase.Question related to TutorialKit that doesn't require changes in codebase.
Description
Describe the bug
I want to create CSS tutorials and added
- A file under
tutorial/1-basics/1-introduction/1-welcome/__files/basic.html
but in preview tab it keep loading the default template which have Viteand everytim when I refresh i fo npm install
so my questions are
- How to preview my html file; , do I need to write same html under templates folder or can I add a buton on current default template to link the page with current lesson?
- How to stop npm install and npm start on every page refresh
-
- alos in
/content/tutorial/1-basics/1-introduction/1-welcome/content.md, there is focus property which is not metioned anywhere, how to use?
- alos in
Link to a StackBlitz project which shows the error
No response
Steps to reproduce
- install the app
- add fils _files/basic.html
Expected behavior
In preview tab ; it must show my HTML file and do not install on every refresh
here is the repo link : https://github.com/xkeshav/tutorial-kit
Screenshots
this is how it looks when loadedpage load
Platform
- TutorialKit version: 1.3.1
- OS: Ubuntu 24.04
- Browser: Chrome
- Version: [e.g. 91.1]
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionQuestion related to TutorialKit that doesn't require changes in codebase.Question related to TutorialKit that doesn't require changes in codebase.

