mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Website redesign
This commit is contained in:
@ -3,6 +3,8 @@ title = "Multi Edit"
|
||||
weight = 25
|
||||
+++
|
||||
|
||||
# Multi-Edit
|
||||
|
||||
Docspell allows to edit and delete multiple items at once.
|
||||
|
||||
## Toggle Selection Mode
|
||||
@ -12,7 +14,7 @@ changing into "select mode". This changes the view slightly by
|
||||
changing the menu to the main area and the item cards have a dashed
|
||||
border:
|
||||
|
||||
{{ figure(file="multiedit-01.png") }}
|
||||
{{ figure2(light="multiedit-01.png", dark="multiedit-01_dark.png") }}
|
||||
|
||||
Then select items by clicking on the card. You can also change the
|
||||
search form and add more items to the selection. The top left shows
|
||||
@ -20,7 +22,7 @@ how many items are selected and allows to select and deselect all
|
||||
visible items. Selected items are displayed grey-ed out with a big
|
||||
check icon. Clicking this icon deselects the item.
|
||||
|
||||
{{ figure(file="multiedit-02.png") }}
|
||||
{{ figure2(light="multiedit-02.png", dark="multiedit-02_dark.png") }}
|
||||
|
||||
|
||||
## Choose an Action: Edit
|
||||
@ -29,12 +31,12 @@ Once all desired items are selected, choose an action. Currently you
|
||||
can edit or delete them. When clicking "edit", the left side menu
|
||||
changes to a form for changing the metadata:
|
||||
|
||||
{{ figure(file="multiedit-03.png") }}
|
||||
{{ figure2(light="multiedit-03.png", dark="multiedit-03_dark.png") }}
|
||||
|
||||
Changing the metadata in that form immediately applies it to all
|
||||
selected items. You can change the selection anytime.
|
||||
|
||||
{{ figure(file="multiedit-04.png") }}
|
||||
{{ figure2(light="multiedit-04.png", dark="multiedit-04_dark.png") }}
|
||||
|
||||
|
||||
If you are done, just click on the *Close* button or the icon from the
|
||||
@ -61,5 +63,3 @@ When choosing the delete action, a confirmation dialog shows up. If
|
||||
you confirm the deletion, then all selected items are deleted at the
|
||||
server and the view is switched back to normal mode afterwards. Note
|
||||
that deleting a lot of items may take a while to finish.
|
||||
|
||||
{{ figure(file="multiedit-06.png") }}
|
||||
|
Reference in New Issue
Block a user