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

# 집중 모드

UpNote의 **포커스 모드(Focus Mode)** 는 사이드바, 노트 목록 등 방해가 되는 요소를 숨기고 **노트만 온전히 보이도록** 해주는 기능입니다. 깊이 있는 글쓰기, 저널링, 긴 노트 편집에 집중하기 좋은 차분한 환경을 제공합니다.

***

### 🖥 Mac, Windows, Linux

#### **포커스 모드 전환하기**

* Mac: **Cmd + Shift + F**
* Windows/Linux: **Ctrl + Shift + F**
* 또는 노트 편집기 우측 상단의 **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>

#### **포커스 모드에서 줄 길이 조절하기**

1. UpNote 창 우측 상단의 **More (⋯)** 버튼을 클릭합니다.
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

노트 편집기 좌측 상단의 **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/ko/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.
