-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
It's hard to implement a paste-button in the right-click menu because modern browsers restrict the read-access to system clipboard unless user explicitly does that. I tried Jupyterlab/Jupyter notebook/Colab/Deepnote, none of them implements such a paste button across pages.
( A hack way (custom web MIME to serialize pod data) can be used here if insisted)
ctrl-v
way is much easier for me to implement, and faster for users to operate. But different from those products above, which can simply appended the pasted cell to the end of the doc or cursor in 1-D space, we need a much cleared 2-D position to put the pasted cell by default, which one should we apply?
- the current center of the canvas
- last clicked position on the pane
- below/beside the copied position (not applicable for pods copied from other pages)
- others
Metadata
Metadata
Assignees
Labels
No labels