CryptPad H2: structure + accounts + initial work on users chapter

This commit is contained in:
Fede.- 2021-09-22 00:28:00 -03:00
parent 8d89d59b01
commit c2380d463b
30 changed files with 343 additions and 12 deletions

View File

@ -3,9 +3,6 @@ title: 'Accounts'
published: true
visible: true
updated:
last_modified: "September 2021"
app: CryptPad
app_version: 4.11.0
taxonomy:
category:
- docs
@ -48,4 +45,4 @@ Read and accept the terms of the service and finally click on **Sign up**. That'
![](en/signup.mp4?resize=1024,576&autoplay=0&loop)
# Settings
!! **If you have documents created as a guest (non-registered) user, you can import them into your account.**

View File

@ -0,0 +1,18 @@
---
title: 'Configurations'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- profile
- configurations
- cryptpad
page-toc:
active: true
---
# Configurations

View File

@ -0,0 +1,35 @@
---
title: 'Profile'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- profile
- settings
- cryptpad
page-toc:
active: true
---
# Profile
Registered users have a **Profile** option enabled where they can customize:
![](en/user_profile.png)
1. The **avatar**, by uploading an image.
2. Add a description.
![](en/description.png)
3. Add a link to a website.
![](en/add_website.png)
4. Share the profile via a link.
![](en/share_profile.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -0,0 +1,17 @@
---
title: 'Teams'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- teams
- cryptpad
page-toc:
active: true
---
# Teams

View File

@ -0,0 +1,18 @@
---
title: 'Calendar & Contacts'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- calendar
- contacts
- cryptpad
page-toc:
active: true
---
# Calendar and Contacts

View File

@ -0,0 +1,17 @@
---
title: 'Settings'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- settings
- cryptpad
page-toc:
active: true
---
# Settings

View File

@ -0,0 +1,25 @@
---
title: 'Users'
updated:
published: true
visible: true
indexed: false
taxonomy:
category:
- docs
tags:
- cryptpad
- office
- collaboration
page-toc:
active: false
---
# 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)

View File

@ -8,9 +8,8 @@ taxonomy:
- docs
tags:
- user
- account
- cryptpad
- cryptdrive
- cryptpad
page-toc:
active: true
---

View File

@ -0,0 +1,18 @@
---
title: 'Sharing'
published: true
visible: true
updated:
taxonomy:
category:
- docs
tags:
- user
- sharing
- access
- cryptpad
page-toc:
active: true
---
# Sharing

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,22 @@
---
title: Code
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- code
- applications
visible: true
page-toc:
active: false
---
# Code
A code/markdown editor

View File

@ -0,0 +1,27 @@
---
title: 'Applications'
updated:
published: true
visible: true
indexed: false
taxonomy:
category:
- docs
tags:
- cryptpad
- office
- collaboration
- rich text
- code
- presentation
- sheet
- form
- kanban
- whiteboard
page-toc:
active: false
---
# CryptPad applications
---

View File

@ -0,0 +1,22 @@
---
title: Form
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- form
- applications
visible: true
page-toc:
active: false
---
# Form
Create and manage surveys/polls

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

@ -0,0 +1,22 @@
---
title: Kanban
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- kanban
- applications
visible: true
page-toc:
active: false
---
# Kanban
Kanban board to organize and coordinate tasks in projects.

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,22 @@
---
title: Presentation
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- presentation
- applications
visible: true
page-toc:
active: false
---
# Presentation
Create presentations and slides.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,23 @@
---
title: Sheet
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- sheet
- spreadsheets
- applications
visible: true
page-toc:
active: false
---
# Sheet
Create and edit spreadsheets.

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,23 @@
---
title: Rich Text
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- rich text
- text editor
- applications
visible: true
page-toc:
active: false
---
# Rich Text
Rich text editor to create, compose, edit and format text documents.

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,22 @@
---
title: Whiteboard
published: true
visible: false
indexed: true
updated:
last_modified: "September 2021"
taxonomy:
category:
- docs
tags:
- cryptpad
- whiteboard
- applications
visible: true
page-toc:
active: false
---
# Whiteboard
Draw, move elements around, insert images and more on a whiteboard that you can export as an image file.

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -28,13 +28,17 @@ In the following chapters you will find the information needed to start using an
# Disroot CryptPad:
## [01. Accounts](accounts)
- Accounts types, settings, management
- Accounts types
- Registering a new account
<!-- TODO: users -->
## [02. Users](users)
- [Configurations](users/configurations)
- [Profile](users/profile)
- [Teams](users/teams)
- [Calendar & Contacts](users/calendar-contacts)
- [Settings](users/settings)
## [02. CryptDrive](cryptdrive)
- Documents management
## [03. Collaboration](collaboration)
- Profile, calendar, contacts, teams
## [03. CryptDrive](cryptdrive)
## [04. Sharing](sharing)
- Sharing, permissions