-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap to 1.0 #144
Comments
For the UnoCSS part, a similar solution to this one, https://github.com/slidevjs/slidev/blob/main/packages/slidev/node/setups/unocss.ts, used in Slidev could be used? This could help to simplify the DX and the starter. |
@Barbapapazes Thanks for the pointer! This |
This was referenced Aug 14, 2024
This was referenced Oct 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there!
Thanks for showing interest in using TutorialKit! We are currently planning to do a 1.0 release and we're excited to share a list of the changes that we are intending to make before the release.
Planned Changes
tutorialkit
to@tutorialkit/cli
. So we can use that name for the vscode extension and also because thenpm create tutorial
command is the recommended way to create a new tutorial.tutorialkit
to@tutorialkit/cli
#153@tutorialkit/components-react
to@tutorialkit/react
and move it fromcomponents/react
toreact
. Simpler name and descriptive enough.@tutorialkit/components-react
to@tutorialkit/react
#155src/content/config.ts
to import the full schema from@tutorialkit/types
.contentSchema
#156@tutorialkit/theme
.content.inline
tutorialkit:store
tutorialkit:store
andtutorialkit:core
usages #348tutorialkit:core
provide low level access to webcontainer and is to be used only as a last resorttutorialkit:store
andtutorialkit:core
usages #348@tutorialkit/react
without TutorialKit is experimental@tutorialkit/react
component API as experimental feature #346create-tutorial
depend on"@tutorialkit/cli": "latest"
and release a fire and forget version.create-tutorial
releasing #146.vscode/settings.json
.settings.json
#173Nice to have, some post 1.0.0 launch:
TutorialStore
class_tests
folder with a set of test file to run against the application #178*.astro
files #357Monaco as an alternative option to CodeMirrorThe text was updated successfully, but these errors were encountered: