# 块（Blocks）

你的对象由不同类型的块组成，用来组织你的信息，所有【块】放置的地方叫做【画布 (Canvas)】。Anytype 的基于块的编辑器，与博客或网站建设工具的工作原理非常相似。

所有块样式都来自于命令菜单，点击编辑器左侧橙色的 `+` 符号，或输入 `/` 即可访问。

在这里，你会看到二十多种不同的块类型，它们可以添加到你的对象中。

<figure><img src="/files/7iNrdpBW7m93baGhkDro" alt=""><figcaption></figcaption></figure>

### 设置块样式

你可以一次选择一个或多个块，然后批量编辑，创建不同的标题和文本样式，比如复选框（checkbox）、项目符号（bullet）或数字（number）。

<figure><img src="/files/HIe4AUEua8WuFKgnNoBm" alt=""><figcaption></figcaption></figure>

### 拖放来改变样式

你可以使用每个块左侧的橙色“手柄”，在编辑器中创建父/子块或新的列。

{% embed url="<https://www.loom.com/share/00021ba3598447309722ec3a408d33ac?sid=eb244417-2273-4ab2-8da3-bd47e62e82cf>" %}

### 嵌入块

只需在编辑器中简单地输入“/嵌入”（"/embed"），就能调出当前支持的嵌入块菜单。

当中包括 Mermaid 图、Youtube 视频、Miro 白板、Google 地图等等。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.anytype.io/anytype-docs/documentation_cn/ji-chu/object-editor/blocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
