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:
parent
8aad038444
commit
9f96920547
4 changed files with 29 additions and 29 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
## Basics
|
||||
|
||||
* [Overview](basics/glossary.md)
|
||||
* [Overview](miscellaneous/glossary.md)
|
||||
* [Space](basics/space.md)
|
||||
* [Objects](basics/object-editor/README.md)
|
||||
* [Opening the Editor](basics/object-editor/the-editor.md)
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
description: Working your way through the anytype primitives
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
<figure><img src="../.gitbook/assets/Anytype Primitives - Frame 2-2.jpg" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
Getting the most out of Anytype means getting comfortable with the basic terminology and how each piece fits together. These primitives are the components you'll use to create everything from simple notes, to complex dashboards, and ultimately - your own little web.
|
||||
|
||||
These include:
|
||||
|
||||
* [space.md](space.md "mention"): The container for your graph of objects - in beta stage, this is equivalent to your account. Future versions of Anytype will permit multiple spaces with different access controls.
|
||||
* [graph.md](graph.md "mention"): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other.
|
||||
* [object-editor](object-editor/ "mention"): Building blocks of Anytype. They represent the smallest linkable components in your account; each object is a node in your graph.
|
||||
* [types](types/ "mention"): Classification system for objects. All objects must have a type.
|
||||
* [templates.md](types/templates.md "mention"): Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates.
|
||||
* [relations](relations/ "mention"): Object connectors; either via shared properties or defined links.
|
||||
* [sets](sets/ "mention"): Live query of all Objects which share a common characteristic (ie: Type or Relation).
|
||||
* [collections.md](collections.md "mention"): Manually created compilation of multiple objects within a single one. 
|
20
miscellaneous/glossary.md
Normal file
20
miscellaneous/glossary.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
description: Working your way through the anytype primitives
|
||||
---
|
||||
|
||||
# Overview
|
||||
|
||||
<figure><img src="../.gitbook/assets/Anytype Primitives - Frame 2-2.jpg" alt=""><figcaption></figcaption></figure>
|
||||
|
||||
Getting the most out of Anytype means getting comfortable with the basic terminology and how each piece fits together. These primitives are the components you'll use to create everything from simple notes, to complex dashboards, and ultimately - your own little web.
|
||||
|
||||
These include:
|
||||
|
||||
* [space.md](../basics/space.md "mention"): The container for your graph of objects - in beta stage, this is equivalent to your account. Future versions of Anytype will permit multiple spaces with different access controls.
|
||||
* [graph.md](../basics/graph.md "mention"): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other.
|
||||
* [object-editor](../basics/object-editor/ "mention"): Building blocks of Anytype. They represent the smallest linkable components in your account; each object is a node in your graph.
|
||||
* [types](../basics/types/ "mention"): Classification system for objects. All objects must have a type.
|
||||
* [templates.md](../basics/types/templates.md "mention"): Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates.
|
||||
* [relations](../basics/relations/ "mention"): Object connectors; either via shared properties or defined links.
|
||||
* [sets](../basics/sets/ "mention"): Live query of all Objects which share a common characteristic (ie: Type or Relation).
|
||||
* [collections.md](../basics/collections.md "mention"): Manually created compilation of multiple objects within a single one. 
|
Loading…
Add table
Add a link
Reference in a new issue