From 579f2f6fd2f90eb3d8ffa4060b28edd778d396e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Bo=C5=BEi=C4=8Devi=C4=87?= Date: Wed, 23 Aug 2023 12:33:23 +0000 Subject: [PATCH] GITBOOK-320: Rename Library, shuffle some stuff, and add a new subpage on how to create new relations --- SUMMARY.md | 5 +++-- basics/anytype-library/relations.md | 2 ++ basics/relations/create-a-new-relation-1.md | 21 +++++++++++++++++++++ basics/relations/create-a-new-relation.md | 6 ++---- 4 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 basics/relations/create-a-new-relation-1.md diff --git a/SUMMARY.md b/SUMMARY.md index dcfec37..fdc9e0d 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/basics/anytype-library/relations.md b/basics/anytype-library/relations.md index dc060ca..4b819f3 100644 --- a/basics/anytype-library/relations.md +++ b/basics/anytype-library/relations.md @@ -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. diff --git a/basics/relations/create-a-new-relation-1.md b/basics/relations/create-a-new-relation-1.md new file mode 100644 index 0000000..94e7b6b --- /dev/null +++ b/basics/relations/create-a-new-relation-1.md @@ -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. diff --git a/basics/relations/create-a-new-relation.md b/basics/relations/create-a-new-relation.md index be8d14c..a2d4b0c 100644 --- a/basics/relations/create-a-new-relation.md +++ b/basics/relations/create-a-new-relation.md @@ -1,10 +1,8 @@ -# Create a New Relation - - +# Add a New Relation #### Adding & Managing Relations -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**