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

[Challenge] Build a real Copy / Paste functionallity #560

Open
brauliodiez opened this issue Nov 19, 2024 · 0 comments
Open

[Challenge] Build a real Copy / Paste functionallity #560

brauliodiez opened this issue Nov 19, 2024 · 0 comments

Comments

@brauliodiez
Copy link
Member

Right now copy / paste functionallity is just capturing the keyboard shortcuts and holding a local selection of the JSON of the shapes to be copied.

We should go one step forward an integrate the copy/paste with the Operating System one:

  • User can copy from a different quick mock page.
  • User can copy a given image from their favourite desktop image editing application.
  • User can copy a text.

Then when pasting, it will check the copy/paste operating system queue and check if it's a compatible value (we will have to create some specific format for quick mock) and then paste it (depending on the input, as shapes, image, text...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant