joplin/Clipper/joplin-webclipper/popup
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
..
public Clipper: Added first files 2018-05-16 14:16:14 +01:00
scripts Chore: Apply eslint rules 2019-09-19 22:51:18 +01:00
src Clipper: Add ability to launch clipper window with shortcut (#2272) 2020-02-11 10:49:07 +00:00
.env Clipper: Do not inline scripts to prevent CSP error 2019-03-29 09:44:56 +00:00
.gitignore Clipper: Added first files 2018-05-16 14:16:14 +01:00
index.html Clipper: Fixes #672: Make sure selected notebook is saved and restored correctly 2018-09-23 18:44:39 +01:00
package-lock.json Security: Upgraded packages to fix security issues on clipper 2019-11-28 17:33:54 +00:00
package.json Clipper: Fixed build error following package upgrade 2019-02-18 00:40:26 +00:00
style.css Clipper: Added first files 2018-05-16 14:16:14 +01:00
yarn.lock Clipper: Added first files 2018-05-16 14:16:14 +01:00