@gregoriusrippenstein/node-red-scratchpad 0.1.2
Scratchpad for Node-RED.
Scratch Pad
Provides temporary text fields for pasting and copying temporary text or code.
Inspired by Emacs *scratch* buffer.
Motivation
The scratch-pad is used to store content between edits.
Features
Add Scratch-pads

Use the add button to create new scratch-pads and use the delete button to remove them again.
A trashcan clears the contents of the scratch-pad but does not remove the scratch-pad.
Copy & Paste

Take content and store it in a scratch-pad for later usage. Use the copy button to copy content to the clipboard for pasting into a node edit.
Compare

Compare two scratch-pads for difference. Use the compare button first by highlighting one scratch-pad and then the second to compare the two.
Storage between reloads

Contents of scratch-pads can be stored for later usage. Use the save button to store the content into the flows.json file for later usage.