Skip to content
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

Exploration: Support HTML export for Web extension (vscode.dev/github.dev) powered by WebContainer API/Sandpack 2.0 #406

Closed
yhatt opened this issue Feb 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@yhatt
Copy link
Member

yhatt commented Feb 15, 2023

WebContainer API provides Node.js tool chain support working completely on Web, without any cloud servers.
https://blog.stackblitz.com/posts/webcontainer-api-is-here/

And Sandpack 2.0 able to run Node.js with the browser too.
https://codesandbox.io/blog/announcing-sandpack-2
https://sandpack.codesandbox.io/docs/resources/faq#how-does-the-nodebox-compare-to-webcontainers

Marp CLI, an internally running process of the export command, is also working on WebContainer well, so either of them probably can get back a missing feature of the web extension, the export command.

FYI: Both are still not able to work export to PDF and other file formats.

@yhatt yhatt added the enhancement New feature or request label Feb 15, 2023
@yhatt yhatt changed the title Exploration: Support HTML export for Web extension (vscode.dev/github.dev) powered by WebContainer API Exploration: Support HTML export for Web extension (vscode.dev/github.dev) powered by WebContainer API/Sandpack 2.0 Feb 17, 2023
@yhatt
Copy link
Member Author

yhatt commented May 26, 2023

I think it's better to make swappable the proxy for fs file system API through Marp CLI API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant