mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
Update README.md (#49)
Clarifying how Objects and Relations are discussed in the example of a spreadsheet, where each Relation is explained as a column header. I think the way it was previously stated was incorrect and possibly a bit confusing for first-time readers.
This commit is contained in:
parent
4f66ab5aa1
commit
51184a0edb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Relations are key to organizing and connecting your Objects and knowledge in Any
|
|||
|
||||
* **Defining attributes:** You can use Relations to define the characteristics of a certain Object.
|
||||
* For example, when creating a Task in Anytype, you can add Relations such as _Status_: Done/Not Done, or _Priority_: Low, Medium, or High.
|
||||
* If we were to imagine a database, Relations represent the column headers to each row (where column A is the Object).
|
||||
* If we were to imagine a database, Relations represent the column headers to each row (where column A represents the Object name, and where each row represents an Object).
|
||||
* Once you have set your attributes, it becomes possible to sort and filter your Objects according to the Relations you've defined in Set View.
|
||||
|
||||
<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMBWIxXziUmcK7h7uvLnI%2Fuploads%2F79DbEaExZn85mNW3Ifsz%2Fimage.png?alt=media&token=4813e44e-2291-4fe5-9832-6dac24823967" alt=""><figcaption></figcaption></figure>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue