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

feat: cell actions in the command-pallete #984

Merged
merged 1 commit into from
Mar 21, 2024
Merged

feat: cell actions in the command-pallete #984

merged 1 commit into from
Mar 21, 2024

Conversation

mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Mar 21, 2024

This adds cell actions in the command palette by keeping track of the last focused cell. \

Fixes #976

Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 9:13pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 9:13pm

@mscolnick mscolnick requested a review from akshayka March 21, 2024 21:09
// clear
document.execCommand("insertText", false, "");
// Only run this on mac
if (isPlatformMac()) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drive by - this may fix the issue that people have when pasting in vscode (they get 2x paste on Linux and Windows)

@akshayka akshayka merged commit 760a20c into main Mar 21, 2024
29 checks passed
@akshayka akshayka deleted the ms/cell-actions branch March 21, 2024 22:56
@github-actions github-actions bot locked and limited conversation to collaborators Mar 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Add cell above/below" missing from command palette
2 participants