-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Allow embedding the editor inside a WebView #153198
Comments
To further support this feature request, there are already at least three questions about this on StackOverflow: |
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider. If you wonder what we are up to, please see our roadmap and issue reporting guidelines. Thanks for your understanding, and happy coding! |
@mjbvz Hi, you marked this issue as
Regarding this criteria:
As such, I would like to ask, which of these criteria, does this feature request fail? I am asking because knowing that, would perhaps allow me to improve this request enough for it to be reopened. Thanks. |
Adding my 2cents to support this endeavor |
For anyone stumbling upon this issue, the extension supports using webviews as part of the custom editor API |
Supporting this too |
The Custom webview editor API #77131 issue lists “Embedding of VS Code's text editor in webviews” as a “Non-Goal”. This feature request asks for precisely that.
I know that we already have the Notebooks API, but it isn’t really general enough. For example, if I wanted to make a slide deck instead of a notebook, then I couldn’t do so using the existing API (as far as I can tell).
I believe that this would be a practical use case. There are already examples of good interactive web-based presentation software (like reveal.js). I can currently embed such a presentation inside a web view using an extension. It would be great if I could also embed an editor inside that presentation. This would be a step forward from displaying read-only color highlighted code or a plain Monaco editor as it would allow to take advantage of the power of the entire VS Code editor.
The text was updated successfully, but these errors were encountered: