> 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/organize-and-manage-notes/view-control/focus-mode.md).

# フォーカスモード

UpNoteの\*\*フォーカスモード（Focus Mode）\*\*は、サイドバーやノート一覧などのUI要素を非表示にして、ノート本文だけに集中できる環境を提供します。\
落ち着いたミニマルな画面で、執筆・日記・長文編集などに最適です。

***

#### 💻 Mac / Windows / Linux

**フォーカスモードを切り替える**

* **Cmd + Shift + F（Mac）** または **Ctrl + Shift + F（Windows/Linux）** を押します。
* または、ノートエディタ右上の **拡大ボタン（Expand）** をクリックします。

<figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FujuJ3I9kkE9ZaIzBojoP%2Fimage.png?alt=media&#x26;token=12eb50e0-a5c1-430d-bed8-ce9dc8403376" alt=""><figcaption></figcaption></figure>

***

**フォーカスモード時の行幅（Line Length）の調整**

フォーカスモード中に行の幅を調整できます：

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%2F7sZrriMPEQe6ERlzRAcb%2Fimage.png?alt=media&#x26;token=edf614e3-6b01-4fb6-a9f3-705959f6b5aa" alt=""><figcaption></figcaption></figure>

***

**常にフォーカスモードで新規ノートを作成する**

すべてのノートを集中できる環境で始めたい場合は：

1. **設定（Settings） → 一般（General）** を開きます。
2. **「Create new note in focus mode（新規ノートをフォーカスモードで作成）」** を有効にします。

***

#### 📱 iPad

iPadでは、ノートエディタ左上の **拡大ボタン（Expand）** をタップするとフォーカスモードに入ります。\
これにより、余計な要素がない**全画面ビュー**で執筆に集中できます。


---

# 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/organize-and-manage-notes/view-control/focus-mode.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.
