From f79326b2d5ecda064aee93b291ac2838d45f6f40 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Mon, 11 Jun 2018 22:10:04 +0100 Subject: [PATCH] Updated website --- docs/clipper/index.html | 15 +++++++++++++-- readme/clipper.md | 21 ++++++++++++++++++--- 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/docs/clipper/index.html b/docs/clipper/index.html index 9227d5935e..3bd4aca44b 100644 --- a/docs/clipper/index.html +++ b/docs/clipper/index.html @@ -246,7 +246,7 @@ -

Troubleshooting the web clipper service

+

Troubleshooting the web clipper service

The web clipper extension and the Joplin application communicates via a service, which is started by the Joplin desktop app.

However certain things can interfer with this service and prevent it from being accessible or from starting. If something does not work, check the following:

If none of this work, please report it on the forum or GitHub issue tracker

-

Debugging the extension

+

Debugging the extension

+

In Chrome

To provide as much information as possible when reporting an issue, you may provide the log from the various Chrome console.

To do so, first enable developer mode in chrome://extensions/

Debugging the popup

@@ -267,6 +268,16 @@

In chrome://extensions/, click on "Inspect background script".

Debugging the content script

Press Ctrl+Shift+I to open the console of the current page.

+

In Firefox

+ +

Also press F12 to open the regular Firefox console (some messages from the Joplin extension can go there too).

+

Now use the extension as normal and replicate the bug you're having.

+

Copy and paste the content of both the debugging window and the Firefox console, and post it to the forum.