> For the complete documentation index, see [llms.txt](https://help.getupnote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getupnote.com/ja/write-and-edit/format-your-text/line-length.md).

# 行の長さを調整する

UpNoteの\*\*行の長さ（Line Length）\*\*設定では、エディタ内のテキスト表示幅を調整できます。\
画面サイズや書き方のスタイルに合わせて行の幅を設定することで、読みやすさや集中度を高めることができます。

***

#### 💻 デスクトップ版（Windows / macOS / Linux）

1. **設定（Settings）** を開きます。
2. **エディタ（Editor） → タイポグラフィ（Typography）** に進みます。
3. **Line Length（行の長さ）** のスライダーをドラッグして、お好みの幅を設定します。

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FdXcS3T3rMPc2ApCn5KDQ%2Flinelength.gif?alt=media&#x26;token=68d5d0b8-c110-449b-9c97-4100ef11c38c" alt=""><figcaption></figcaption></figure>

***

#### ✏️ フォーカスモード（Focus Mode）中に行の長さを変更する

**フォーカスモード**を使用している場合は、以下の手順で行の幅を調整できます。

1. UpNoteウィンドウ右上の **「…（その他）」** ボタンをクリックします。
2. **「Line Length（行の長さ）」** を選択し、好みの幅を設定します。

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FKvyCD3IZmzZ1mmQcJQV1%2Fimage.png?alt=media&#x26;token=8a673963-7d55-43fb-b20e-d0f9056a1e04" alt=""><figcaption></figcaption></figure>


---

# 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://help.getupnote.com/ja/write-and-edit/format-your-text/line-length.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.
