jtsternberg / Code-Snippets-CPT

A WordPress plugin for managing and displaying code snippets
http://dsgnwrks.pro
19 stars 17 forks source link

In-browser snippet copying #27

Closed ramiabraham closed 8 years ago

ramiabraham commented 8 years ago

Adds copy functionality using execCommand(‘copy’) to directly copy the code snippet to the clipboard.

Appearance:

snippet copy example

jtsternberg commented 8 years ago

Hey @ramiabraham, tried testing this, but it never copies to the clipboard. Which browser are you using where this works?

ramiabraham commented 8 years ago

@jtsternberg did you compile grunt first?

jtsternberg commented 8 years ago

Yah. I think I got it now. Thanks

jtsternberg commented 8 years ago

💥 Thank you sir 👑 @ramiabraham

ramiabraham commented 8 years ago

@jtsternberg Woot!