Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/current-docs' into release/0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jan 16, 2022
2 parents 6101911 + dddf6d4 commit 8705e60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
10 changes: 10 additions & 0 deletions website/site/content/docs/tools/paperless-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ importing your data from paperless into docspell.

The script imports the files and also tags and correspondents.

{% infobubble(mode="info", title="⚠ Please note") %}

The script was written some while ago. It currently doesn't work out
of the box, but is a good starting point as the issues are most
probably fixed by adjusting some api calls. Pull requests are very
welcome! See [this
issue](https://github.com/eikek/docspell/issues/1241).

{% end %}

# Usage

Copy the script to the machine where paperless is running. Run it with
Expand Down
12 changes: 2 additions & 10 deletions website/site/content/docs/webapp/customfields.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,7 @@ corresponding input field is shown asking for values. You can select
multiple fields. Only one value is allowed to set per item and field.
The example below shows a text field and a money field:

<div class="columns is-centered">
<div class="column">
{{ figure(file="custom-fields-03.png") }}
</div>
</div>
{{ figure(file="custom-fields-03.png") }}

You can create new fields right here without going to the _Manage
Data_ page, by clicking the plus icon (1). The format of each field is
Expand Down Expand Up @@ -106,11 +102,7 @@ Adding values for custom fields in
The search menu shows the same dropdown for selecting a custom field.
Then you can set values that are matched against your items.

<div class="columns is-centered">
<div class="column">
{{ figure(file="custom-fields-06.png") }}
</div>
</div>
{{ figure(file="custom-fields-06.png") }}

Values are also validated in the search form. Only valid values are
sent to the server for searching. There is one exception: you can use
Expand Down

0 comments on commit 8705e60

Please sign in to comment.