diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-02 15:17:43 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-02 15:47:21 +0000 |
| commit | 3cd490e663b1c28ee8128b2f506dfe435b605179 (patch) | |
| tree | fd2fb6fa13d6900a87677b0902621bdc69462125 | |
| parent | 9f11ffbe59285adbfb732bf48dea82e9184ef426 (diff) | |
| download | karakeep-3cd490e663b1c28ee8128b2f506dfe435b605179.tar.zst | |
docs: Update single file docs
| -rw-r--r-- | docs/docs/14-Guides/03-singlefile.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/docs/14-Guides/03-singlefile.md b/docs/docs/14-Guides/03-singlefile.md index 9dbba0f6..522caf50 100644 --- a/docs/docs/14-Guides/03-singlefile.md +++ b/docs/docs/14-Guides/03-singlefile.md @@ -12,7 +12,17 @@ Hoarder supports being a destination for the [SingleFile extension](https://gith 6. Set `data field name` to `file`. 7. Set `URL field name` to `url`. -Now, go to any page and click the singlefile extension icon. Once it's done with the upload, the bookmark should show up in your hoarder instance. +Now, go to any page and click the singlefile extension icon. Once it's done with the upload, the bookmark should show up in your hoarder instance. Note that the singlefile extension doesn't show any progress on the upload. Given that archives are typically large, it might take 30+ seconds until the upload is done and starts showing up in Hoarder. + + +## Recommended settings + +In the singlefile extension, you probably will want to change the following settings for better experience: +* Stylesheets > compress CSS content: on +* Stylesheets > group duplicate stylesheets together: on +* HTML content > remove frames: on + +Also, you most likely will want to change the default `MAX_ASSET_SIZE_MB` in hoarder to something higher, for example `100`. :::info Currently, we don't support screenshots for singlefile uploads, but this will change in the future. |
