diff --git a/website/site/content/docs/webapp/multiedit-01.png b/website/site/content/docs/webapp/multiedit-01.png new file mode 100644 index 00000000..2dbc682b Binary files /dev/null and b/website/site/content/docs/webapp/multiedit-01.png differ diff --git a/website/site/content/docs/webapp/multiedit-02.png b/website/site/content/docs/webapp/multiedit-02.png new file mode 100644 index 00000000..0f5fefc3 Binary files /dev/null and b/website/site/content/docs/webapp/multiedit-02.png differ diff --git a/website/site/content/docs/webapp/multiedit-03.png b/website/site/content/docs/webapp/multiedit-03.png new file mode 100644 index 00000000..db97f9aa Binary files /dev/null and b/website/site/content/docs/webapp/multiedit-03.png differ diff --git a/website/site/content/docs/webapp/multiedit-04.png b/website/site/content/docs/webapp/multiedit-04.png new file mode 100644 index 00000000..9e14b1ae Binary files /dev/null and b/website/site/content/docs/webapp/multiedit-04.png differ diff --git a/website/site/content/docs/webapp/multiedit-05.png b/website/site/content/docs/webapp/multiedit-05.png new file mode 100644 index 00000000..b1e4f5a2 Binary files /dev/null and b/website/site/content/docs/webapp/multiedit-05.png differ diff --git a/website/site/content/docs/webapp/multiedit-06.png b/website/site/content/docs/webapp/multiedit-06.png new file mode 100644 index 00000000..dd559d35 Binary files /dev/null and b/website/site/content/docs/webapp/multiedit-06.png differ diff --git a/website/site/content/docs/webapp/multiedit.md b/website/site/content/docs/webapp/multiedit.md new file mode 100644 index 00000000..71f71a00 --- /dev/null +++ b/website/site/content/docs/webapp/multiedit.md @@ -0,0 +1,49 @@ ++++ +title = "Multi Edit" +weight = 25 ++++ + +## Toggle Selection Mode + +Docspell allows to edit and delete multiple items. Search the items +you want to edit or delete and then select them by changing into +"select mode". This changes the view slightly by adding a menu to the +main area and the item cards contain a check box: + +{{ figure(file="multiedit-01.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 +how many items are selected and allows to select and deselect all +visible items. Selected items are displayed in a different color. + +{{ figure(file="multiedit-02.png") }} + + +## Choose an Action: Edit + +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") }} + +Changing the metadata in that form immediately applies it to all +selected items. You can change the selection anytime. + +{{ figure(file="multiedit-04.png") }} + + +If you are done, just click on the icon from the beginning to go back +to "normal" mode. + +{{ figure(file="multiedit-05.png") }} + +## Choose an Action: Delete + +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") }}