I take notes when surfing online. Format is a thing that gives me a headache - the format of the copied text. People use format to make things look better. I do the same. For me, pure text is the best. As you can see from the GIF above, copy and paste from a web page with Command-C Command-V to the default Notes, you would get formatted content like an underlined word with a hyperlink pointing to another resource. Of course you could get rid of the format by an edit or copypaste that to for example an IDE first, but imagine you may need to repeat this for 10 or even more times a day, is there any better solution?
To handle this, I tried an app called ‘Get Plain Text’. It’s good but I had a concern during usage:
I did a search for these questions then found it not hard to remove the copy format:
$ pbpaste -lha | pbcopy
- pure text would be returned. See changes in Finder -> Edit -> Show Clipboard.But it still doesn’t seem efficient to get the copied - you need to 1) open terminal 2) type command 3) copy the text. Below is my resolution. In brief, I made them in a keyboard shortcut. 3 steps to setup:
That’s it. I could get pure text via a Command-Option-P between Command-C Command-V like the GIF at the beginning.