mirror of
https://github.com/anyproto/docs.git
synced 2025-06-08 05:47:05 +09:00
GITBOOK-439: Update to 0.37.0
This commit is contained in:
parent
b943b1d5c0
commit
093e905e69
5 changed files with 22 additions and 3 deletions
|
@ -28,6 +28,7 @@
|
|||
* [Relations](basics/relations/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)
|
||||
* [Backlinks](basics/relations/backlinks.md)
|
||||
* [Library](basics/anytype-library/README.md)
|
||||
* [Type Library](basics/anytype-library/types.md)
|
||||
* [Relation Library](basics/anytype-library/relations.md)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
description: Understanding blocks, editing, and customizing to your preference.
|
||||
---
|
||||
|
||||
# Working with Blocks
|
||||
# Blocks
|
||||
|
||||
Your object is made up of different types of blocks to organize your information, and the place where all of these Blocks live together is called the Canvas. Anytype's block-based editor works very similarly to that of blogging sites or website builders.
|
||||
|
||||
|
@ -24,5 +24,9 @@ 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 Blocks
|
||||
|
||||
Simply type /embed in the editor to pull up a menu of currently supported embeds.
|
||||
|
||||
Some examples include: Mermaid diagrams, Youtube videos, Miro boards, Google Maps, and several more.
|
||||
|
||||
|
|
|
@ -4,6 +4,12 @@ description: How do you create an object?
|
|||
|
||||
# Ways to Create Objects
|
||||
|
||||
### Navigation menu
|
||||
|
||||
When left-clicking the plus button, you will immediately create a new object with the type that is set as your default object type in your space settings.
|
||||
|
||||
When right-clicking the plus-button, you’ll be presented with a menu of standard types, plus your most recently-used Types.
|
||||
|
||||
### Forward Slash Command
|
||||
|
||||
When working in Anytype you can create a new Object by typing the "/". This will bring up the list of Objects that you have created. Simply select the Object you'd like to create and it will be linked at your current place.
|
||||
|
@ -23,6 +29,6 @@ This will perform the same action as clicking the "+" sign in the navigation bar
|
|||
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. 
|
||||
2. Using the ⌘+/ keyboard shortcut.
|
||||
|
||||
<figure><img src="../../.gitbook/assets/image (25).png" alt=""><figcaption><p>Action menu</p></figcaption></figure>
|
||||
|
|
7
basics/relations/backlinks.md
Normal file
7
basics/relations/backlinks.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Backlinks
|
||||
|
||||
The feature has been released as a MVP, and will be improved in the future.
|
||||
|
||||
Backlinks and forward links have been implemented as relations, and can be found in the relations panel of any object.
|
||||
|
||||
By default, if an object already has backlinks, the backlinks will be displayed as a featured relation, indicating the number of backlinks and - when clicked the linked objects. If an object has no backlinks, the relation will not be featured, but can be located in your relations panel.
|
|
@ -34,7 +34,7 @@ You can check our full roadmap [here](https://github.com/orgs/anyproto/projects/
|
|||
|
||||
### Mobile Features
|
||||
|
||||
Here is a running list of features and their implementation status, by platform. All of the features listed are implemented on desktop 0.36.\*, and the mobile versions used for comparison are both 0.26.\*.
|
||||
Here is a running list of features and their implementation status, by platform. All of the features listed are implemented on desktop 0.38.\*, and the mobile versions used for comparison are both 0.28.\*.
|
||||
|
||||
{% tabs %}
|
||||
{% tab title="Account" %}
|
||||
|
@ -113,6 +113,7 @@ Here is a running list of features and their implementation status, by platform.
|
|||
| Inline Set | Supported | Supported |
|
||||
| Link-to-Objects | Yes | Yes |
|
||||
| Relation | Yes | Yes |
|
||||
| Embed | No | No |
|
||||
{% endtab %}
|
||||
|
||||
{% tab title="Library" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue