joplin/Clipper/joplin-webclipper
Marcus Hill 4bd326f72c
Clipper: Add ability to launch clipper window with shortcut (#2272)
* Clipper: Add ability to launch clipper window with shortcut

This change adds a command to the manifest.json file for the web clipper
which launches the webclipper rather than clicking on it.
Because this is a WebExtensions feature and not something homegrown,
 users are able to change (or remove) the shortcut using native browser functionality.

* Add commands for all clipping options

* Remove empty suggestedKeys property from extension manifest

* Add ability to focus the webclipper buttons

* Remove debug log

* Change sendClipMessage warning to error

* Refactor to add a sendContentToJoplin command

* Update index.js

Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>
2020-02-11 10:49:07 +00:00
..
content_scripts Clipper: Add ability to launch clipper window with shortcut (#2272) 2020-02-11 10:49:07 +00:00
icons Fixed clipper icons 2019-12-08 10:22:10 +00:00
popup Clipper: Add ability to launch clipper window with shortcut (#2272) 2020-02-11 10:49:07 +00:00
.gitignore Clipper: Dynamically allocate and detect clipper service port 2018-05-25 11:08:22 +01:00
background.js Clipper: Add ability to launch clipper window with shortcut (#2272) 2020-02-11 10:49:07 +00:00
main.js
manifest.json Clipper: Add ability to launch clipper window with shortcut (#2272) 2020-02-11 10:49:07 +00:00
package-lock.json Clipper: Added Clipper config screen and improved server 2018-05-25 13:30:27 +01:00
package.json Linter update (#1777) 2019-07-30 09:35:42 +02:00