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:
parent
3130722f4d
commit
579f2f6fd2
4 changed files with 28 additions and 6 deletions
|
@ -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)
|
||||
|
|
|
@ -15,3 +15,5 @@ Moving over to **My relations** is where you can see the objects in which you ha
|
|||
.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.
|
||||
|
|
21
basics/relations/create-a-new-relation-1.md
Normal file
21
basics/relations/create-a-new-relation-1.md
Normal 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.
|
|
@ -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**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue