Add "copy to clipboard" functionality
bemosior opened this issue · 1 comments
bemosior commented
Add "copy to clipboard" functionality, possibly using "clippy": https://github.com/mojombo/clippy
bemosior commented
This has been accomplished with the ZeroClipboard project.
I also added a hidden div that is set to display whenever text is copied. That should allow for reasonable user notification.