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

GITBOOK-360: Objects changes

This commit is contained in:
Filip Božičević 2023-09-05 12:18:14 +00:00 committed by gitbook-bot
parent 0f0c76c901
commit c1c293baba
No known key found for this signature in database
GPG key ID: 07D2180C7B12D0FF
4 changed files with 3 additions and 30 deletions

View file

@ -15,9 +15,8 @@
* [Overview](miscellaneous/glossary.md) * [Overview](miscellaneous/glossary.md)
* [Space](basics/space.md) * [Space](basics/space.md)
* [Objects](basics/object-editor/README.md) * [Objects](basics/object-editor/README.md)
* [Opening the Editor](basics/object-editor/the-editor.md)
* [Working with Blocks](basics/object-editor/blocks.md) * [Working with Blocks](basics/object-editor/blocks.md)
* [More Ways to Create Objects](basics/object-editor/create-an-object.md) * [Ways to Create Objects](basics/object-editor/create-an-object.md)
* [Locating your Objects](basics/object-editor/finding-your-objects.md) * [Locating your Objects](basics/object-editor/finding-your-objects.md)
* [Types](basics/types/README.md) * [Types](basics/types/README.md)
* [Create a New Type](basics/types/create-a-new-type.md) * [Create a New Type](basics/types/create-a-new-type.md)

View file

@ -24,9 +24,5 @@ You can use the orange 'handle' to the left of each block to create parent/child
{% embed url="https://www.loom.com/share/00021ba3598447309722ec3a408d33ac?sid=eb244417-2273-4ab2-8da3-bd47e62e82cf" %} {% embed url="https://www.loom.com/share/00021ba3598447309722ec3a408d33ac?sid=eb244417-2273-4ab2-8da3-bd47e62e82cf" %}
<figure><img src="../../.gitbook/assets/Screenshot 2023-08-17 at 19.02.30.png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../.gitbook/assets/Screenshot 2023-08-17 at 18.57.02.png" alt=""><figcaption></figcaption></figure>

View file

@ -2,7 +2,7 @@
description: How do you create an object? description: How do you create an object?
--- ---
# More Ways to Create Objects # Ways to Create Objects
### Forward Slash Command ### Forward Slash Command
@ -16,7 +16,7 @@ You can also link to an existing Object here.
For a quick creation of a new Object, you can use this shortcut: ⌘+N For a quick creation of a new Object, you can use this shortcut: ⌘+N
This will perform the same action as clicking the "+" sign. This will perform the same action as clicking the "+" sign in the navigation bar.
### Turn Into Object ### Turn Into Object

View file

@ -1,22 +0,0 @@
---
description: Let's explore the features we have in building a page.
---
# Opening the Editor
### Find the plus sign
On the bottom navigation panel you will see a white "+" button.
This plus sign is the central place to create a new, unlinked object from anywhere in the app.
<figure><img src="../../.gitbook/assets/Screenshot 2023-08-17 at 18.35.44.png" alt=""><figcaption></figcaption></figure>
### Congratulations - you've created your first object!
From here, you'll see your blank editor canvas with a menu on top.&#x20;
The menu allows you to select between all of the types in your library, and define the type of object you are creating. For more on types, see [this article](../anytype-library/types.md).
Once you've selected a type, you can begin creating content for your object using the block-based editor.