diff --git a/SUMMARY.md b/SUMMARY.md index 28fb071..c0cc583 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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 diff --git a/basics/object-editor/blocks.md b/basics/object-editor/blocks.md index bdf4447..aca10ab 100644 --- a/basics/object-editor/blocks.md +++ b/basics/object-editor/blocks.md @@ -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 `/`. diff --git a/basics/glossary-1.md b/miscellaneous/glossary-1.md similarity index 62% rename from basics/glossary-1.md rename to miscellaneous/glossary-1.md index d8278ce..a1659ed 100644 --- a/basics/glossary-1.md +++ b/miscellaneous/glossary-1.md @@ -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.