ToDesktop Plugin Selected Text
This is the repo for the ToDesktop Selected Text plugin.
This package adds desktop app functionality for getting selected text from any application. Refer to the client package to expose this plugin's functionality to your client-side application.
Installation
Install @todesktop/plugin-selected-text
for your desired app using the ToDesktop Builder Desktop App interface.
Installation of the client package is also necessary.
Architecture
This package requires the following files:
-
src/index.ts
: enables plugin functionality in the main and preload process.
Development
Refer to the root repo for development instructions.