Copy and Paste Single Node #5989
Replies: 2 comments
-
It is definitely possible. We have pretty nice clipboard manager implemented. Just telling its possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in #6261. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently it is possible to copy and paste text within a node when editing.
Could we make it so that if you copy when a node is selected it's whole text is copied to the clipboard and then if we paste into the IDE with text in the clipboard it should be added as a new node? This wouldn't need to be clever and if the value was invalid the user would need to edit and correct, e.g. pasting a string value would need to be quoted by the user afterwards.
Ideally, we would be able to detect pasting a table and translate it to a serialized format so we can trivially create a look up table. Assuming we can do the above this would hopefully be something we could expand later.
CC: @farmaazon @sylwiabr
Beta Was this translation helpful? Give feedback.
All reactions