No, I don’t mean post it notes. Sometimes it’s handy to take notes coalesced elsewhere and put them on the screen you’re working on. Instead of opening a editor temporarily, use the shell. Here’s my lame way to do that.
$ echo << EOF
> sdf
> sdf
>

You exit out with a ^D (or ctrl-d for those in the windows world)