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

GITBOOK-320: Rename Library, shuffle some stuff, and add a new subpage on how to create new relations

This commit is contained in:
Filip Božičević 2023-08-23 12:33:23 +00:00 committed by gitbook-bot
parent 3130722f4d
commit 579f2f6fd2
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
4 changed files with 28 additions and 6 deletions

View file

@ -22,8 +22,9 @@
* [Create a New Type](basics/types/create-a-new-type.md)
* [Templates](basics/types/templates.md)
* [Relations](basics/relations/README.md)
* [Create a New Relation](basics/relations/create-a-new-relation.md)
* [Anytype Library](basics/anytype-library/README.md)
* [Add a New Relation](basics/relations/create-a-new-relation.md)
* [Create a New Relation](basics/relations/create-a-new-relation-1.md)
* [Library](basics/anytype-library/README.md)
* [Types](basics/anytype-library/types.md)
* [Relations](basics/anytype-library/relations.md)
* [Graph](basics/graph.md)

View file

@ -15,3 +15,5 @@ Moving over to **My relations** is where you can see the objects in which you ha
![](<../../.gitbook/assets/image (13).png>)
When you click on a specific **Relation** you are prompted with a set view of the details of the other objects which are linked.
You can also [create-a-new-relation-1.md](../relations/create-a-new-relation-1.md "mention") from the middle bar in your Anytype library.

View file

@ -0,0 +1,21 @@
---
description: How to create new relations from the library and your editor
---
# Create a New Relation
The [anytype-library](../anytype-library/ "mention") is the central place to manage, search for, and create new relations.
### Creating Relations from the Library
Click on the search bar and input the name of the relation you'd like to create. The dropdown menu will be populated with any matching terms from the Anytype library. You can select any of these, and they'll be installed newly in your relations library. If you'd prefer instead to create your own relation, simply choose the option `+ Create relation "Relation name".`
If you opt to create your own relation, the Relation page will open automatically.
If you've decided that this Relation is no relevant, you can use the three-dots menu in the corner to delete the relation from your space.
### Creating Relations from the Object Editor
To create new relations on-the-fly, you can follow the instructions from[#adding-and-managing-relations](create-a-new-relation.md#adding-and-managing-relations "mention"), and use the relation selection menu in the same way as the search bar in the Relation library. The relation will be automatically added to your Relations library, while you can proceed with editing the current object.
Any relation you create from the object editor will be available for editing in the Relations library using the steps above.

View file

@ -1,10 +1,8 @@
# Create a New Relation
# Add a New Relation
#### Adding & Managing Relations <a href="#adding-and-managing-relations" id="adding-and-managing-relations"></a>
You can add a Relation to your Objects as you would with any other block in the editor: by using the `+` button or the in-line `/` menu.You can also manage the Relations for a given Object via its **Relations Panel:** the triangular icon that appears when hovering above the Object name. This Panel shows all relations for that Object.
You can add a Relation to your Objects as you would with any other block in the editor: by using the `+` button or the in-line `/` menu. You can also manage the Relations for a given Object via its **Relations Panel:** the triangular icon that appears when hovering above the Object name. This Panel shows all relations for that Object.
**Featuring Relations**