1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00

GITBOOK-329: Some glossary changes

This commit is contained in:
Filip Božičević 2023-08-24 13:55:35 +00:00 committed by gitbook-bot
parent 8aad038444
commit 9f96920547
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
4 changed files with 29 additions and 29 deletions

View file

@ -2,13 +2,13 @@
Void — a collection of user identities which can be represented as a graph.
Key — a pair of keys (private and public) is generated by the app when a user creates a Void. The private key is stored on the client, kept secret, and used for encrypting and signing user-generated data. The public key can be shared with other users as an identity.
Key — a pair of keys (private and public) is generated by the app when a user creates a Void.
Recovery Phrase — a group of randomly generated words used to recover a Void (after logging out or to sign in to another app).
Identity — technically, an identity is the public key (see Key) which is also represented as an Account ID.
Space — a workspace that is either personal or shared (in the future). Currently, only a personal Space is implemented.
Space — a workspace that is either personal or shared (in the future).
Object — a container for Blocks. Not to be confused with a Block itself.
@ -22,16 +22,16 @@ Canvas — the place or area where Blocks live together to form the content of a
Relation — a property of the Object.
Link — a clickable text that leads to the linked Object or website in case the text links to a URL. Also known as a hyperlink. Indicated by a small icon if the link takes you outside Anytype.
Link — a clickable text that leads to the linked Object or website in case the text links to a URL.
Template — defines how the content of the Object should be presented for a specific Object type. Users can define multiple Templates for a single Object type.
Template — defines how the content of the Object should be presented for a specific Object type.
Layout — there are three Layouts that define the general look and feel of the Object and determine what actions can be taken for the Object. It could be referred to as Template Type.
Layout — defines the general look and feel of the Object and determines what actions can be taken for the Object.
Set — a filtered view of Objects that have the same Object Type.
Set — an automatically filtered view of Objects.
Collection — a manually created group of Objects (can have different Object Types). The closest equivalent is a folder.
Collection — a manually linked group of Objects. The closest equivalent is a folder.
Network — a group of Nodes working together.
Node — a remote server that stores and processes data. It can be a coordinator, sync, or file node. See [`any-sync` overview](https://tech.anytype.io/any-sync/overview) for more details.
Node — a remote server that stores and processes data.