Cryptpad: users & configs

This commit is contained in:
Fede.- 2021-10-11 22:32:08 -03:00
parent c2380d463b
commit 44564306d1
33 changed files with 128 additions and 6 deletions

View File

@ -0,0 +1,113 @@
---
title: 'Guest user configurations'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- profile
- configurations
- cryptpad
page-toc:
active: true
---
# Guest user configurations
To access your CryptPad settings, just click on the user avatar at the top right.
![](en/settings.png)
## Account
![](en/account.png)
Here you can change:
- the **display name**, which is the name other users will see when collaborating on documents, for example;
- the interface **language**
- and the **automatic download limit** settings
## Confidentiality
![](en/confidentiality.png)
At this section you will find the following options:
- **Pad storage in CryptDrive**: here you can manage the way the documents you visit are stored in your CryptDrive. Options are:
- **Automatic**: all the pads you visit are stored
- **Manual (always ask)**: you will be asked if you want to store them
- **Manual (never ask)**: pads are not stored automatically and the option to do it will be hidden
- **Safe links**: this setting is active by default. When enabled, the link in your browsers address bar does not provide access to the document unless the recipient already has it in their CryptDrive.
- **Feedback**: this option is disabled by default. When enabled, CryptPad sends anonymous usage feedback to the server (for user experience improvements). The content of documents is never shared.
- **Cache**: enable/disable CryptPad cache.
## Appearance
![](en/appearance.png)
- **Color theme**: set the theme colors (light or dark) for CryptPad interface.
## CryptDrive
![](en/cryptdrive.png)
**CryptDrive** is where documents are stored and managed.
- **Tips**: the CryptPad's help messages. Clicking on **Reset** will display them again (in case they have been dismissed).
- **Thumbnails**: Enable/disable the grid mode. When enabled, CryptPad creates thumbnails of the documents and store them in your browser. To delete all existing thumbnails, use the **Clean** button.
- **Backup**: there are two types of backups:
- **Backup/Restore**: this option saves access to documents that can be restored in another session. This means **only the keys of documents in the drive are saved, not their content**.
- **Download my CryptDrive**: this option saves the content of all documents in the drive.
## Cursor
![](en/cursor.png)
Here you can change:
- **Cursor color**: the color of your cursor (useful to identify yourself when collaborating on documents). It also determines the color of your text when color by author is active in **Code** documents.
- **Share my cursor position**: choose whether or not to display your cursor's position to other users in collaborative documents.
- **Display other users cursor position (BETA)**: choose whether or not to see other users cursor's position in collaborative documents.
## Rich text
![](en/rich_text.png)
These are the user settings for the **Rich Text** application.
- **Editors maximum width**: Switch between page mode (default) that limits the width of the text editor, and using the full width of the screen.
- **Spellcheck**: Enable/disable spellcheck in Rich Text documents.
- **Comment notifications**: check this option to disable notifications when another user replies to one of your comments.
## Code
![](en/code.png)
User settings for the Code / Markdown application.
- **Code editor indentation (spaces)**: Choose the number of spaces for each level of indentation.
- **Indent using tabs (instead of spaces)**: Insert tabs rather than spaces with the Tab key.
- **Auto-close brackets**: Automatically insert a closing character ) when brackets are opened with ( (also works with [, ', ").
- **Font size in the code editor**: Set the size of text in the code editor.
- **Spellcheck**: Underline spelling mistakes in the code editor, correction suggestions are available through Right click on the word to correct.
## Kanban
![](en/kanban.png)
- **Tag filter**: Select how you want the tag filter to act when selecting multiple tags: only show cards containing all the selected tags (AND) or show cards containing any of the selected tags (OR)
## Notifications
![](en/notifications.png)
- **Calendar notifications**: enable/disable all notifications for upcoming calendar events.

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View File

@ -16,3 +16,9 @@ page-toc:
---
# Configurations
# Guest account
![](en/settings.png)
![](en/settings_02.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -18,8 +18,11 @@ page-toc:
# Users
**Guests** (non-registered) and **registered** users have some functionalities and features differences.
- ### [Configurations](configurations)
- ### [Profile](profile)
- ### [Teams](teams)
- ### [Calendar & Contacts](calendar-contacts)
- ### [Settings](settings)
## [Guest user configurations](guest/configurations)
## Registered user
- ### [Configurations](registered/configurations)
- ### [Profile](registered/profile)
- ### [Teams](registered/teams)
- ### [Calendar & Contacts](registered/calendar-contacts)
- ### [Settings](registered/settings)

View File

@ -30,7 +30,7 @@ In the following chapters you will find the information needed to start using an
## [01. Accounts](accounts)
- Accounts types
- Registering a new account
<!-- TODO: users -->
## [02. Users](users)
- [Configurations](users/configurations)
- [Profile](users/profile)