# Format your text

UpNote provides powerful formatting tools to help you structure your notes and make them visually clear. You can format text using the **toolbar**, **Markdown shortcuts**, or **keyboard commands** depending on your device.

***

#### On Desktop&#x20;

* Click the icon **`Aa`** at the bottom of the editor to open the formatting toolbar.

  <figure><img src="/files/U2j7zllRD1QX2yzxW6Cs" alt=""><figcaption></figcaption></figure>
* You can highlight text and use toolbar buttons to apply **bold**, *italic*, ~~strikethrough~~, **headings**, or <mark style="background-color:$warning;">highlight</mark>.
* Right-click selected text for a quick formatting menu.
* [Keyboard shortcuts](/resources/keyboard-shortcuts.md) are supported (e.g. **Ctrl/Cmd + B** for bold, **Ctrl/Cmd + I** for italics).
* You can also use [**Markdown**](/write-and-edit/format-your-text/write-with-markdown.md) as you type — UpNote automatically renders it into rich text.

***

#### On Mobile (iOS & Android)

* The **formatting bar** appears above your keyboard while editing.\
  ![](/files/Si2jI4c8bdws7qEKmsTU)
* Swipe the bar horizontally to reveal more options such as bold, indent, lists, or quotes.
* Tap the **“More (…)”** button to access additional formatting tools like code blocks, dividers, or highlight color.
* Markdown input also works — for example, typing `#` followed by a space creates a heading.

***

#### Formatting Options

**Basic Text Styles**

* Bold, Italic, Strikethrough, Highlight, and Inline Code

**Headings**

* Choose from H1–H6 via toolbar or Markdown (`#` symbols)

**Lists and Checklists**

* Bullet list, Numbered list, or Checklist

**Quotes and Code Blocks**

* Add clarity to notes containing references or technical content

**Dividers**

* Separate sections in long notes with a horizontal line

***

#### Tip

You can customize your text style and appearance in:\
**Settings → Editor → Typography**\
Adjust font size, line spacing, and the starting heading style for new notes.

***

### Rearrange formatting icons

You can rearrange the editor format bar so your most-used formatting icons appear first. The customized order syncs between the desktop and mobile app.

* **On mobile:** Swipe to the end of the formatting bar and tap **Edit** at the bottom.
* **On desktop:** Click the **More (...)** button at the end of the formatting bar, scroll to the bottom, and select **Edit**.

Then, drag the **☰ (hamburger icon)** beside each tool to change its position.

![](/files/c17bIs1DiMj8N6XESkXU)


---

# 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/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.
