You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2019. It is now read-only.
@Braunson That doesn't seem to work, though. Adding const clipboard = require('electron').clipboard; results in Error: Cannot find module 'electron' in the log.
require('electron") might not work, because plugins are running on separated node process (for responsibility).
I agree that Clipboard API will be useful.
Add an api to send and receive items from the clipboard. Also, an api to insert text into front most application like in Alfred
The text was updated successfully, but these errors were encountered: