diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/docs.en.md b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/docs.en.md index 6f9eed96..52dd214d 100644 --- a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/docs.en.md +++ b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/docs.en.md @@ -15,3 +15,136 @@ page-toc: --- # CryptDrive +CryptDrive is where documents are stored and managed. It is the default landing page for **registered** users. You can also access it from the user menu. + +![](en/drive.png) + +## Display +You can choose to display your documents as a list or a grid. To switch between them, click on the view button at the right under the user avatar. + +![](en/view.gif) + +In grid mode, documents thumbnails are displayed. These can be turned on/off in the [**user settings**](../users/registered/settings#cryptdrive-settings). + +# Documents management +Most common operations on folders can be done from the right-click menu. But there are also other ways. + +## Create a folder +There are several ways to create a folder: + - clicking **+ New** option either at the toolbar or the main window (list mode or grid mode), + - right-clicking, or + - pressing `Ctrl` + `e` keys and selecting **Folder**. + +![](en/new_folder.gif) + +Once the folder has been created, you can add documents to it by dragging them from the drive. + +![](en/add_doc.gif) + +## Change folder color +To change a folder color, right-click on the folder you want to modify, select **Change color** and pick up a new color from the palette. + +![](en/color.png) + +## Rename a folder +To rename a folder, right-click on the folder you want to rename, select **Rename** and edit the folder name. + +![](en/rename.png) + +## Renaming documents +You can rename a document just for you or for all users you are working with. + +## To rename a document in your drive +- Right-click on a document, select **Rename**, change it and press `Enter`. + +![](en/rename_doc.png) + +A flag icon will indicate that a document title is different in your drive than for other users. + +## To rename a document for all users +- Access a document, click on the pencil icon at the right of its name, modify the name and click on the `✓` icon or press `Enter` to save it. + +![](en/rename_doc.gif) + +## Deleting a document +There are two options to delete a document: + +![](en/delete.gif) + +1. **Move to trash**: this will send a document to your **Trash** can but it will remains in the CryptDrive database for other users who have previously stored it. The document can be recovered using the drive **history**. + + ![](en/move_to_trash.gif) + + - You can remove a document by dragging it to the **Trash**, right-clicking on it and selecting **Move to trash** or selecting it and pressing the `Del` key. + + - To remove a document from the drive without storing it in the **Trash** first, select it and press the `Shift` + `Del` keys. + + - To empty the **Trash** just right-click on the **Trash** tab and select **Empty the trash** or click on the **Trash** tab and then **EMPTY THE TRASH** button.
+ In any case, if you are the owner of some documents in the trash when you empty it, you will be prompted to decide if you want to **REMOVE** or **DESTROY** them. + + ![](en/empty_trash.gif) + +2. **Detroy**: this action deletes a document from the database permanently. Destroying a document will delete it from all users drives that have store it, and it cannot be recovered again. + + ![](en/destroy.gif) + + - To destroy a document, right-click on it and select **Destroy**. + +!! Remember that if a document is not stored in any CryptDrive, it is automatically destroyed from the database after 90 days. + +!! **NOTE**
+!! Once destroyed, documents may still appear in other user's CryptDrives. Once a document has been added to someone's drive, the encrypted nature of CryptPad makes it impossible to take it back. Therefore a destroyed document may still appeared in a user's drive if they had previously stored it. However, they will not be able to open the document. + +## History +CryptDrive saves a history of versions that can be restored if you need it. + +![](en/history.gif) + +To restore a version: +- click on the history button at the right of the toolbar, under the user avatar; +- navigate the history with the **|<< |<** and **>| >>|** arrows; +- once you find the version you were looking for, restore it by clicking on **RESTORE**. To exit the history without restoring, click on **CLOSE**. + +!! **NOTE on shared folders**
+!! Shared folders have their own history, separate from the CryptDrive's one. Restoring the history of the drive does not affect shared folders, conversely the history of a shared folder can be restored without affecting the rest of the drive. + +## Tags +You can group documents in multiple categories by using tags. Your tags will not be visible to other users. + +![](en/tags.gif) + +- To add or remove tags from a document in CryptPad:
+ Right-click on the document and select **Tags** + +![](en/tags_docs.gif) + +- To add or remove tags from a document:
+ Go to **File** -> **Tags** + +![](en/tags_file.gif) + +- To add tags to multiple files:
+ 1. Select the documents with the `Ctrl` + click, + 2. right-click on the selected files and then **Tags** + +![](en/tags_multiple.gif) + +## Templates +Templates are useful to create documents that has similar structure, avoiding creating new ones from the start. + +![](en/templates.png) + +To create a template, you can: +1. go to the **Template** tab and select **+ New**, or +2. from an existing document, go to **File** -> **Save as template** + +![](en/template.mp4?resize=1024,576&autoplay=1&loop) + +Now to use a template, you can: +1. select it when creating a new document, + +![](en/template_use.png) + +2. in an existing document, go to **File** -> **Import a template**. Keep in mind that **this option replaces the contents** of the document with the template. + +![](en/template_import.gif) diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/add_doc.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/add_doc.gif new file mode 100644 index 00000000..ba38479b Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/add_doc.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/color.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/color.png new file mode 100644 index 00000000..d52516be Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/color.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/delete.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/delete.gif new file mode 100644 index 00000000..f39c094c Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/delete.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/destroy.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/destroy.gif new file mode 100644 index 00000000..4e57c25d Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/destroy.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/doc_options.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/doc_options.png new file mode 100644 index 00000000..388a83de Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/doc_options.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/drive.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/drive.png new file mode 100644 index 00000000..71a3088a Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/drive.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/empty_trash.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/empty_trash.gif new file mode 100644 index 00000000..71c10049 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/empty_trash.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/history.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/history.gif new file mode 100644 index 00000000..4fbe1a1a Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/history.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/move_to_trash.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/move_to_trash.gif new file mode 100644 index 00000000..13cfe4ef Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/move_to_trash.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/move_to_trash_2.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/move_to_trash_2.png new file mode 100644 index 00000000..2b9741bf Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/move_to_trash_2.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/new_folder.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/new_folder.gif new file mode 100644 index 00000000..ca97f4f1 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/new_folder.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename.png new file mode 100644 index 00000000..8cffb6e0 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename_doc.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename_doc.gif new file mode 100644 index 00000000..0fa3030c Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename_doc.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename_doc.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename_doc.png new file mode 100644 index 00000000..017f1e31 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/rename_doc.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/share.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/share.png new file mode 100644 index 00000000..3421bb12 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/share.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags.gif new file mode 100644 index 00000000..bc1b8f3a Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags.png new file mode 100644 index 00000000..5b9a821c Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_docs.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_docs.gif new file mode 100644 index 00000000..3747a226 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_docs.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_file.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_file.gif new file mode 100644 index 00000000..694c6122 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_file.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_multiple.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_multiple.gif new file mode 100644 index 00000000..01231472 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/tags_multiple.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template.mp4 b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template.mp4 new file mode 100644 index 00000000..8052cce9 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template.mp4 differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template_import.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template_import.gif new file mode 100644 index 00000000..33174e7a Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template_import.gif differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template_use.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template_use.png new file mode 100644 index 00000000..37799576 Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/template_use.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/templates.png b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/templates.png new file mode 100644 index 00000000..d1b69e4d Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/templates.png differ diff --git a/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/view.gif b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/view.gif new file mode 100644 index 00000000..ab286bfd Binary files /dev/null and b/pages/02.tutorials/08.Office/01.Cryptpad/03.cryptdrive/en/view.gif differ