-
Notifications
You must be signed in to change notification settings - Fork 35.3k
Description
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.