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

Convert all built-in renders to be regular output renders #142429

Closed
rebornix opened this issue Feb 7, 2022 · 0 comments
Closed

Convert all built-in renders to be regular output renders #142429

rebornix opened this issue Feb 7, 2022 · 0 comments
Assignees
Labels
feature-request Request for new features or functionality notebook-find notebook-output on-release-notes Issue/pull request mentioned in release notes on-testplan
Milestone

Comments

@rebornix
Copy link
Member

rebornix commented Feb 7, 2022

Currently there are two types of renderers:

  1. Renderers contributed by extensions, they are loaded in the webview
  2. Renderers runs in the main frame, which takes care of some mimetypes supported out of the box: streaming text output, images, html, etc.

Moving the renderers all into extensions can simplify the code and also allows us to fully support Find in Outputs.

@rebornix rebornix changed the title 🔴 Convert all built-in renders to be regular output renders @rebornix Convert all built-in renders to be regular output renders Feb 7, 2022
@rebornix rebornix added feature-request Request for new features or functionality notebook-find notebook-output labels Feb 7, 2022
@rebornix rebornix added this to the February 2022 milestone Feb 7, 2022
rebornix added a commit that referenced this issue Feb 7, 2022
rebornix added a commit that referenced this issue Feb 7, 2022
@rebornix rebornix modified the milestones: February 2022, March 2022 Feb 23, 2022
@rebornix rebornix added the on-release-notes Issue/pull request mentioned in release notes label Mar 25, 2022
@github-actions github-actions bot locked and limited conversation to collaborators May 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality notebook-find notebook-output on-release-notes Issue/pull request mentioned in release notes on-testplan
Projects
None yet
Development

No branches or pull requests

3 participants
@rebornix @greazer and others