> For the complete documentation index, see [llms.txt](https://dila.gitbook.io/dedu-manual-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dila.gitbook.io/dedu-manual-book/interface/6word-edit-page.md).

# 2.6 文字編輯畫面

![](/files/-LgQEzUUnt7MhWunMFsF)

{% tabs %}
{% tab title="1. 文本標題/對應區塊名稱" %}
顯示目前正在編輯的**文本標題**以及**對應區塊**的名稱。\
「**文本標題．對應區塊名稱**」
{% endtab %}

{% tab title="2. 儲存/關閉" %}

* **儲存**修改
* **關閉**視窗
  {% endtab %}
  {% endtabs %}

#### 3. 編輯工具列 1

![文字編輯工具列 1](/files/-LgXOc0bT3R6OGhCDwVk)

{% tabs %}
{% tab title="顯示" %}
以全螢幕顯示文字編輯畫面。
{% endtab %}

{% tab title="字體編輯" %}
{% hint style="info" %}
必須先以滑鼠將要編輯的文字反白選取後再編輯：
{% endhint %}

* 粗體
* 斜體
* 底線
* 刪除線
* 選擇字型
* 選擇文字大小
* 選擇文字顏色
  {% endtab %}

{% tab title="段落編輯" %}
{% hint style="info" %}
必須先以滑鼠將要編輯的文字反白選取後再編輯：
{% endhint %}

* 段落對齊
* 加上編號
* 加上符號項目
* 段落突出
* 段落縮排
  {% endtab %}
  {% endtabs %}

![文字編輯工具列 2](/files/-LgXOdzwl6MA4VBRgKVr)

{% tabs %}
{% tab title="超連結" %}
圈選文字加上超連結。
{% endtab %}

{% tab title="編輯文字" %}

* 加入表格
* 加入符號
* 加入分隔線
* 內容全選
* 刪除設定的格式
* 列印
* 幫助
  {% endtab %}

{% tab title="編碼" %}
點此可以編輯html程式碼。
{% endtab %}

{% tab title="復原" %}

* 上一步
* 下一步
  {% endtab %}

{% tab title="新增注解" %}
點此新增注釋。

{% hint style="info" %}
新增注釋的方法介紹：
{% endhint %}
{% endtab %}

{% tab title="新增短詞對應" %}
點此可以新增短詞對應。

{% hint style="info" %}
新增短詞對應的方法：
{% endhint %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://dila.gitbook.io/dedu-manual-book/interface/6word-edit-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
