From 093e905e69219aea083b9fff7df37490de95d807 Mon Sep 17 00:00:00 2001 From: Filip Bozicevic Date: Wed, 31 Jan 2024 11:03:42 +0000 Subject: [PATCH] GITBOOK-439: Update to 0.37.0 --- SUMMARY.md | 1 + basics/object-editor/blocks.md | 6 +++++- basics/object-editor/create-an-object.md | 8 +++++++- basics/relations/backlinks.md | 7 +++++++ miscellaneous/feature-list-by-platform.md | 3 ++- 5 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 basics/relations/backlinks.md diff --git a/SUMMARY.md b/SUMMARY.md index 9dee2f7..d1219cb 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/basics/object-editor/blocks.md b/basics/object-editor/blocks.md index aca10ab..4b3f5cc 100644 --- a/basics/object-editor/blocks.md +++ b/basics/object-editor/blocks.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. diff --git a/basics/object-editor/create-an-object.md b/basics/object-editor/create-an-object.md index cf8e1ba..068b7b7 100644 --- a/basics/object-editor/create-an-object.md +++ b/basics/object-editor/create-an-object.md @@ -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.

Action menu

diff --git a/basics/relations/backlinks.md b/basics/relations/backlinks.md new file mode 100644 index 0000000..1e7d27c --- /dev/null +++ b/basics/relations/backlinks.md @@ -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. diff --git a/miscellaneous/feature-list-by-platform.md b/miscellaneous/feature-list-by-platform.md index ec219c1..d0dd439 100644 --- a/miscellaneous/feature-list-by-platform.md +++ b/miscellaneous/feature-list-by-platform.md @@ -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" %}