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

Add support for smart cell editor #1050

Merged
merged 2 commits into from
Mar 14, 2022
Merged

Add support for smart cell editor #1050

merged 2 commits into from
Mar 14, 2022

Conversation

jonatanklosko
Copy link
Member

This allows smart cells to enable a Livebook-managed editor, for cases where the user needs to edit a bigger chunk of code, like an SQL query.

editor.mp4

Implementation-wise, each cell may have many source metadatas (that is delta stack, revisions, clients), and those are identified by a tag. All cells have the :primary source, while a smart cell also has a secondary source for the editor.

@jonatanklosko jonatanklosko merged commit 6db36ea into main Mar 14, 2022
@jonatanklosko jonatanklosko deleted the jk-smart-cell-editor branch March 14, 2022 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants