diff --git a/website/site/content/docs/install/quickstart.md b/website/site/content/docs/install/quickstart.md index 385a7aa4..dfa6e583 100644 --- a/website/site/content/docs/install/quickstart.md +++ b/website/site/content/docs/install/quickstart.md @@ -21,3 +21,7 @@ To get started, here are some quick links: - via the [nix package manager](@/docs/install/installing.md#nix) and/or as a [NixOS module](@/docs/install/installing.md#nixos). If you use nix/nixos, you know what to do. The linked page contains some examples. +- [Unraid](https://www.unraid.net/): While not official, there are + user provided [notes and unraid + templates](https://github.com/vakilando/unraid-docker-templates) + which can get you started. Thanks for providing these! diff --git a/website/site/content/docs/webapp/itemcard-customize-01.png b/website/site/content/docs/webapp/itemcard-customize-01.png new file mode 100644 index 00000000..a02744ea Binary files /dev/null and b/website/site/content/docs/webapp/itemcard-customize-01.png differ diff --git a/website/site/content/docs/webapp/itemcard-customize-02.png b/website/site/content/docs/webapp/itemcard-customize-02.png new file mode 100644 index 00000000..40f0cbdd Binary files /dev/null and b/website/site/content/docs/webapp/itemcard-customize-02.png differ diff --git a/website/site/content/docs/webapp/itemcard-customize-03.png b/website/site/content/docs/webapp/itemcard-customize-03.png new file mode 100644 index 00000000..8faa2e6f Binary files /dev/null and b/website/site/content/docs/webapp/itemcard-customize-03.png differ diff --git a/website/site/content/docs/webapp/itemcard-customize-04.png b/website/site/content/docs/webapp/itemcard-customize-04.png new file mode 100644 index 00000000..f4b4b73a Binary files /dev/null and b/website/site/content/docs/webapp/itemcard-customize-04.png differ diff --git a/website/site/content/docs/webapp/itemcard-customize.md b/website/site/content/docs/webapp/itemcard-customize.md new file mode 100644 index 00000000..5621a39a --- /dev/null +++ b/website/site/content/docs/webapp/itemcard-customize.md @@ -0,0 +1,80 @@ ++++ +title = "Customize Item Card" +weight = 32 +[extra] +mktoc = true ++++ + +The search view or list view displays the search results as a list of +item cards. Each cards represents one item. + +The item card can be customized a bit in the user settings. In the +user menu (the user icon, top right), choose _User Profile_ and then +_UI Settings_. Among other things, there is a _Item Cards_ section: + +{{ figure(file="itemcard-customize-01.png") }} + +### Max Note Length + +This defines how many of the item notes to display in the card. You +can set it to `0` to not show any notes at all. This is only a "soft +limit", there is also a "hard limit" in [docspell's +configuration](@/docs/configure/_index.md#rest-server) (see `max-note-length`), +that is an upper limit to this value. + +### Size of item preview + +The item preview is an image of the first page of the first +attachment. You can change the order of attachments in the item detail +view. This image has a predefined size, which is specified [docspell's +configuration](@/docs/configure/_index.md#joex) (see +`extraction.preview.dpi`). The size used to display it, can be +specified via this setting. A _small_ preview uses about 80px width, a +_medium_ one 160px and _large_ means to use the available space in the +card. + +