-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Canvas clipboard #25543
Comments
Pinging @elastic/kibana-canvas |
(it got long; to give it away, it seems like Version D would be a Pareto-friendly path) Version A - naive in-app copy/pasteThe shortest path for copy/paste would be to add a new Redux state property, underneath This would provide users with the ability to copy and paste elements on the same page, or within a workbook, or even among workbooks. A similar thing could be done for pages, putting Limitations:
Version B - Better in-app copy/paste
Version C - Use of the OS clipboardResolve all the Version A limitations by using the OS clipboard, by using Tradeoffs:
Version D - Gradual implementationThis can be interesting if OS clipboard copy/paste is disabled for an important segment of corporate users, or if we want an "inner copy/paste track" for more quickly addressing in-workbook copy/paste, which is likely the most common application.
@rashidkpc @alexfrancoeur which direction should we assume for the estimation and which phase(s) should we cover for this specific target? Any other alternatives? |
(follow) |
I'd do version D, roadmap Phase 1. I don't consider phase 2 to be particularly important. Consider storing the clipboard in localstorage instead of redux though, that way you can paste between tabs in the browser |
Additional features to consider: #25890 (comment)
|
Closing, cloning pages was added. |
Need a clipboard for copying and pasting
The text was updated successfully, but these errors were encountered: