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

GITBOOK-385: Glossary changes

This commit is contained in:
Filip Božičević 2023-09-25 08:40:58 +00:00 committed by gitbook-bot
parent dcd6c58966
commit 28acccdef5
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
3 changed files with 3 additions and 9 deletions

View file

@ -38,7 +38,6 @@
* [Customizing with Relations, Sort, & Filters](basics/sets/customizing-with-relations-sort-and-filters.md)
* [🌟 Deep dive: Sets](basics/sets/deep-dive-sets.md)
* [Collections](basics/collections.md)
* [Other](basics/glossary-1.md)
## 📽 Use Cases
@ -57,6 +56,7 @@
* [Navigation](miscellaneous/keyboard-shortcuts/navigation.md)
* [Markdown](miscellaneous/keyboard-shortcuts/markdown.md)
* [Commands](miscellaneous/keyboard-shortcuts/commands.md)
* [Technical Glossary](miscellaneous/glossary-1.md)
## 🔐 Data & Security

View file

@ -4,7 +4,7 @@ description: Understanding blocks, editing, and customizing to your preference.
# Working with Blocks
Your object is made up of different types of blocks to organize your information. Anytype's block-based editor works very similarly to that of blogging sites or website builders.
Your object is made up of different types of blocks to organize your information, and the place where all of these Blocks live together is called the Canvas. Anytype's block-based editor works very similarly to that of blogging sites or website builders.
All block styles originate from the command menu, which you can access by either clicking on the orange `+` symbol on the left-hand side of your editor, or typing `/`. 

View file

@ -1,4 +1,4 @@
# Other
# Technical Glossary
Void — a collection of user identities which can be represented as a graph.
@ -6,12 +6,6 @@ Key — a pair of keys (private and public) is generated by the app when a user
Identity — technically, an identity is the public key (see Key) which is also represented as an Account ID.
Block — a container for actual content.
Block Type — defines the behavior of the Block.
Canvas — the place or area where Blocks live together to form the content of an Object. Sometimes reffered to as Object Editor.
Network — a group of Nodes working together.
Node — a remote server that stores and processes data.