# 텍스트 서식 지정하기

UpNote는 강력한 서식 도구를 제공하여 노트를 체계적으로 구성하고 시각적으로 깔끔하게 만들 수 있습니다.\
기기에 따라 **도구 모음**, **Markdown 단축키**, 또는 **키보드 명령어**를 사용해 텍스트를 서식화할 수 있습니다.

***

**데스크톱에서**

* 편집기 하단의 **`Aa`** 아이콘을 클릭하여 서식 도구 모음을 엽니다.

  <figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Ffc9lSOrkSKjApoNobNLi%2Fimage.png?alt=media&#x26;token=8505f055-8071-4968-9771-d711e06d0470" alt=""><figcaption></figcaption></figure>
* 텍스트를 선택한 뒤 도구 모음의 버튼을 눌러 **굵게**, *기울임*, ~~취소선~~, **제목(Heading)** 또는 하이라이트를 적용할 수 있습니다.
* 선택한 텍스트를 마우스 오른쪽 버튼으로 클릭하면 빠른 서식 메뉴가 표시됩니다.
* **단축키**(예: **Ctrl/Cmd + B** 굵게, **Ctrl/Cmd + I** 기울임)도 지원됩니다.
* [**Markdown**](/ko/write-and-edit/format-your-text/write-with-markdown.md) 문법을 입력하면 UpNote가 자동으로 서식 있는 텍스트로 변환합니다.

***

**모바일(iOS & Android)에서**

* 편집 중 키보드 위에 **서식 도구 바**가 표시됩니다.\
  ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FYOqLptDe0YXkTK6pJ0bO%2Fimage.png?alt=media\&token=9a9bcd94-9704-416a-8f55-c6659e016234)
* 도구 바를 좌우로 스와이프하면 굵게, 들여쓰기, 목록, 인용문 등의 옵션을 볼 수 있습니다.
* **“더보기(…)”** 버튼을 탭하면 코드 블록, 구분선, 하이라이트 색상 등 추가 서식 도구에 접근할 수 있습니다.
* Markdown 입력도 지원됩니다 — 예를 들어 `#` 입력 후 띄어쓰기를 하면 제목(Heading)이 생성됩니다.

***

**서식 옵션**

**기본 텍스트 스타일**

* 굵게, 기울임, 취소선, 하이라이트, 인라인 코드

**제목(Headings)**

* H1–H6 선택 가능 (도구 모음 또는 Markdown `#` 기호 사용)

**목록 및 체크리스트**

* 글머리 기호 목록, 번호 목록, 체크리스트 지원

**인용문 및 코드 블록**

* 참고 문헌이나 기술적 내용을 명확하게 표현할 때 유용

**구분선(Dividers)**

* 긴 노트의 구간을 시각적으로 구분하는 데 사용

***

**팁**

텍스트 스타일과 글꼴 설정은 다음 경로에서 조정할 수 있습니다:\
**설정(Settings) → 편집기(Editor) → 글꼴(Typography)**\
글꼴 크기, 줄 간격, 새 노트의 기본 제목 스타일 등을 변경할 수 있습니다.

***

#### 서식 아이콘 재배열하기

자주 사용하는 서식 아이콘을 먼저 표시하도록 **편집기 서식 바의 순서를 변경**할 수 있습니다.\
이 사용자 지정 순서는 데스크톱과 모바일 앱 간에 동기화됩니다.

* **모바일:** 서식 바 끝까지 스와이프한 후 하단의 **편집(Edit)** 버튼을 탭합니다.
* **데스크톱:** 서식 바 끝의 **더보기(…)** 버튼을 클릭하고, 맨 아래로 스크롤하여 **편집(Edit)** 을 선택합니다.

그런 다음 각 도구 옆의 **☰ (햄버거 아이콘)** 을 드래그하여 순서를 변경합니다.

![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FW5xwPAhrnKbZUEoGeSxW%2Fimage.png?alt=media\&token=57d9017e-e444-48fe-93ac-87471487223f)


---

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