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

replace "trough" with "through" (#35)

* replace "trough" with "through"

* Update layouts.md

* Update any-timeline.md

* Update glossary.md

* Update create-an-object.md

* Update README.md

* Update linking-objects.md
This commit is contained in:
Quinn Herden 2023-12-04 06:57:01 -05:00 committed by GitHub
parent 1911dea781
commit 6bd31d5665
Signed by: github
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ Description: How to link your Objects with Relations or Simple Links.
#### Link to another Object in Anytype
Directly trough the canvas by using:
Directly through the canvas by using:
1. **Block Links.** Add the slash character ("/") to invoke a command bar, and then look for the `Link to Object` option in the menu. These can appear either as text or as cards.
2. **Inline Links**. Type @ to invoke the Object picker menu.

View file

@ -20,7 +20,7 @@ This will perform the same action as clicking the "+" sign in the navigation bar
### Turn Into Object
If you are working on something in an existing Object and would like to transform only a certain block into an Object, you can do that trough the action menu by either:
If you are working on something in an existing Object and would like to transform only a certain block into an Object, you can do that through the action menu by either:
1. Hovering to the left side of the block that you are working on and clicking the 3 dots.
2. Using the ⌘+/ keyboard shortcut. 

View file

@ -4,6 +4,6 @@ A **Layout** defines the general look and feel of the Object and determines what
There are currently four basic layouts that users can choose for their Objects, and there are plans for contributors to be able to create new layouts in the future.
You can choose a recommended object layout for each type trough the [types.md](../anytype-library/types.md "mention"), and you can also choose a different layout for each [templates](templates/ "mention").
You can choose a recommended object layout for each type through the [types.md](../anytype-library/types.md "mention"), and you can also choose a different layout for each [templates](templates/ "mention").
You can find the object layout menu above the Object title; next to the cover and icon buttons. This is where you can change the layout of the object or set the layout width. Some layouts even let you change the text alignment.

View file

@ -30,7 +30,7 @@ Depending on the way you've created your new object, either the default template
<figure><img src="../../../.gitbook/assets/5_Template Picker Screenshot.png" alt=""><figcaption><p>Choose a template</p></figcaption></figure>
You can also choose the default template for each type trough the Type library, or you can choose the default template for each Set & Collection view.
You can also choose the default template for each type through the Type library, or you can choose the default template for each Set & Collection view.
<figure><img src="../../../.gitbook/assets/6_Default Template Selector Screenshot at 18.15.24.png" alt=""><figcaption><p>Choose the default template for this set</p></figcaption></figure>

View file

@ -22,4 +22,4 @@
### Public Release
* There is currently no ETA for when the public release is supposed to happen. Presumably, this can only happen after all the collaboration features are released.
* You can check the progress towards our public release trough our [public roadmap](https://github.com/orgs/anyproto/projects/1/views/1).
* You can check the progress towards our public release through our [public roadmap](https://github.com/orgs/anyproto/projects/1/views/1).

View file

@ -26,6 +26,6 @@ Because of a legacy file system, some files might disappear from your graph if t
At the moment you can only delete the Objects that you've created inside Anytype. At first, you can move them to the bin. Secondly, you can remove them completely from all devices. All your devices will also delete them when getting online. This action is irreversible, so please be careful.&#x20;
The deleted objects are still accessible in read-only mode, either from the bin, or trough previously added links. You are also able to restore these objects directly trough the read-only mode without needing to go trough the bin.
The deleted objects are still accessible in read-only mode, either from the bin, or through previously added links. You are also able to restore these objects directly through the read-only mode without needing to go through the bin.
Types and relations created by Anytype can't be deleted at the moment, but might be deletable in future releases.&#x20;

View file

@ -18,7 +18,7 @@ These include:
* [templates](../basics/types/templates/ "mention"): Saved content formats for specific Types that can be applied upon Object creation. Templates are specific to types, while types can have multiple templates.
* [relations](../basics/relations/ "mention"): Object connectors; either via shared properties or defined links.
* [anytype-library](../basics/anytype-library/ "mention"): The place where all of your Types and Relations live.
* [linking-objects.md](../anytype-basics/object-editor/linking-objects.md "mention"): For creating connections between objects either trough relations or directly.
* [linking-objects.md](../anytype-basics/object-editor/linking-objects.md "mention"): For creating connections between objects either through relations or directly.
* [graph.md](../basics/graph.md "mention"): A non-hierarchical data structure containing all objects you've ever created in a space, and their connections to each other.
* [sets](../basics/sets/ "mention"): Live query of all Objects which share a common characteristic (ie: Type or Relation).
* [collections.md](../basics/collections.md "mention"): Manually created compilation of multiple objects within a single one.&#x20;