kirel / detexify

Latex Symbol Classifier Web Frontend
detexify.kirelabs.org
MIT License
809 stars 51 forks source link

Copy to clipboard button #1

Open gvol opened 12 years ago

gvol commented 12 years ago

Something I've wanted for a while is a "copy to clipboard" button to copy the appropriate latex code (and perhaps train detexify as well). This way I could use detexify, click the button and then switch back to my editor and paste it in. Github has such a button to help cloning a repository and I use it a lot. Unfortunately, I think their button is flash so there may not be a nice javascript way to do it. I don't think it would be as important on the mobile apps, although it may be easier to implement there.

kpym commented 8 years ago

+1. clipboard.js is a good library for this.

D0048 commented 6 years ago

+2