Lemoncode / Lemoncode/quickmock

[Challenge] Build a real Copy / Paste functionallity

Open
#560 0 comments 0 reactions 1 assignee View on GitHub

@rojasadrian012 is already working on this.

Since Feb 2, 2025.

challenge
Dominant language
TypeScript
Stars
70
Forks
23
PR merge metrics
No merged PRs in 30d

Description

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...)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.