Scratchpad is an Atom extension that provides a convenient place to jot
down notes or paste text. Use ctrl-alt-,
to toggle the scratchpad. Scratchpad's
height and opacity can be overridden by adding the following to your config.cson file;
'scratchpad':
'rows': 15
'opacity': .75
In this case, the minimum number of rows displayed is 15 and the Scratchpad is sightly transparent. Opacity must be a value between 0 and 1.
Scratchpad is simply an HTML textarea element, allowing it to easily be resized to your needs. Additionally, Scratchpad's is persistent, meaning notes will stay in Scratchpad until explicitly deleted.
I am no longer an Atom user and generally don't have time to maintain this project (even though it is small). I'm happy to merge pull requests and update the package, but as a user, I wouldn't expect a lot of support here. If you are interested in taking ownership of this project, feel free to message me.