Interop for electron's clipboard module
Reads the content of the clipboard as "text/plain"
electron docs
Write a string to the clipboard as "text/plain" electron docs
Read the contents of the clipboard as "text/html"
electron docs
Write a string to the clipboard as "text/html"
electron docs
Remove the contents of the clipboard electron docs
Retrieve a list of string MIME types that the clipboard supports electron docs
Any suggestions accepted! Submit issues, PRs, send an email or get in touch on twitter at @luke_dot_js or on the elmlang Slack at @luke. I'll be working on even more electron interop coming up so if you have ideas for that process as a whole feel free to get in touch with those as well. Thanks!