From 5da450ce96d3a0fe2b8b67e1cfe4641e2682f8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sun, 4 Jan 2026 12:19:33 +0100 Subject: [PATCH] Add note about Singlefile extension compatibility (#1264) --- docs/src/content/docs/archiving.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/content/docs/archiving.md b/docs/src/content/docs/archiving.md index 4b86eae..77d2146 100644 --- a/docs/src/content/docs/archiving.md +++ b/docs/src/content/docs/archiving.md @@ -52,3 +52,11 @@ To integrate with the Singlefile extension, follow these steps: Now, when you add a bookmark through the linkding extension, it will automatically trigger the Singlefile extension to create a snapshot of the web page, which will then be uploaded to your linkding installation and stored under the newly added bookmark. Note that when the option is enabled, linkding will not attempt to create an HTML snapshot on the server, even if you are using the `latest-plus` Docker image. The linkding extension will not trigger Singlefile when updating an existing bookmark. If you want to create a new snapshot for an existing bookmark, you can do so manually by clicking the Singlefile extension icon. + +### Extension Store Compatibility + +The linkding and Singlefile extensions communicate using store-specific extension IDs. For the integration to work, both extensions must be installed from the same browser extension store. For example: +- If you install linkding from the Chrome Web Store, install Singlefile from the Chrome Web Store as well +- If you install linkding from Firefox Add-ons, install Singlefile from Firefox Add-ons as well + +This is particularly relevant for Microsoft Edge users, as Edge can install extensions from both the Chrome Web Store and the Microsoft Edge Add-ons store. If the extensions are installed from different stores, the automatic Singlefile integration will not work.