-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(Playground): CMD +K improvements #5013
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! The way we envisioned this to work in #4439 is to have CMD + K showing the floating menu, then focusing the link input so that you're able to type the link right away like GDocs or Microsoft Word where you don't have to lift your hands from the keyboard. Would you mind iterating on this?
yup that makes sense |
packages/lexical-playground/src/plugins/FloatingLinkEditorPlugin/index.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you!
improved UX :
CMD +K on a link prompts users to edit it and on a non-link takes them directly to edit it.
resolves #4439