polotno-project / polotno-board

Roadmap and bug-tracker for the Polotno project.
https://polotno.dev/
9 stars 1 forks source link

New clipboard flow #78

Open lavrton opened 3 months ago

lavrton commented 3 months ago

Clipboard should be able to paste images from native clipboard. To solve this we need:

  1. On "copy" action set some special data into native clipboard
  2. On paste check for special data, if it is there, use content from internal data
  3. If no special data in the clipboard, use native image insert instead