# ノートをエクスポートする

**UpNote** では、ノートをさまざまな形式でエクスポートできます。\
これにより、バックアップを作成したり、他のアプリや形式で共有したりすることが簡単になります。\
個別のノート、複数のノート、ノートブック全体、またはライブラリ全体をエクスポート可能です。

***

#### 対応するエクスポート形式

ノートは次の形式でエクスポートできます：

* **PDF**
* **テキスト (.txt)**
* **HTML**
* **Markdown (.md)**

これらの形式を使うことで、書式を維持しながら他のアプリに移行したり、オフラインのアーカイブを作成したりできます。

***

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

**単一ノートをエクスポートする**

1. エクスポートしたいノートを開きます。
2. 上部ツールバーの **More（⋯）** アイコンをクリックします。
3. **Export（エクスポート）** を選択します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FooIRUFhl0EM7kakXXdJB%2Fimage.png?alt=media\&token=e7b8040a-6966-47e5-9449-35dad51fa54c)
4. ショートカットを使用することもできます：\
   **Cmd + E（Mac） / Ctrl + E（Windows）**

***

**複数ノートをエクスポートする**

1. ノートリストで複数のノートを選択します。
2. 右側パネルの **Export** をクリックします。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2F6w7U4kNfCB4Je44osIiq%2Fimage.png?alt=media\&token=f84d286e-5d37-402d-8482-ae62081ad991)
3. 以下のどちらかを選択できます：

   * **1つのドキュメントとして結合**（選択したすべてのノートを1つのファイルにまとめる）
   * **個別ファイルとしてエクスポート**（各ノートを別々のファイルとして出力）

   <div align="left"><figure><img src="https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FLKqAOkO8VnENXROt9qu8%2Fimage.png?alt=media&#x26;token=3e54b414-9b09-4291-8e7f-5657f2237cf5" alt="" width="375"><figcaption></figcaption></figure></div>

***

**全ノートをエクスポートする**

* **Mac版:** メニューバーから **File → Export all notes** を選択\
  ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FmAeIAHMIwl09oZIUDgR5%2Fimage.png?alt=media\&token=70ecf4f0-297d-41dc-8355-fcb3e212edea)
* **Windows版:** **Settings → General → Export all notes** に進みます。

選択した形式で UpNote のライブラリ全体をバックアップします。

***

**ノートブックをエクスポートする**

1. エクスポートしたいノートブックを選択します。
2. ノートリストのノートブック名の横にある **More（⋯）** アイコンをクリックします。
3. **Export** を選択します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2Fy94f4Y6dz9HpkEDCZzlu%2Fimage.png?alt=media\&token=c03ecb94-328f-4808-8d44-a25517dd1527)

***

#### 📱 モバイル版（iOS / Android）

**ノートをエクスポートする**

1. ノートを開きます。
2. 右上の **More（⋯）** ボタンをタップします。
3. **Export** を選択し、出力したい形式を選びます。\
   \
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FWUVt4PSL8ehxZzvm9Jgt%2Fimage.png?alt=media\&token=1d916dca-88b5-4e8c-a095-1288864672cc)

***

#### 💡 ヒント

* **PDF** 形式でエクスポートすると、ノートのレイアウト・画像・書式がそのまま保持されます。
* **Markdown** や **HTML** 形式では、他のエディターやプラットフォームへ簡単に移行できます。
* **すべてのノートをエクスポート** することで、オフラインのバックアップとしても活用できます。


---

# 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/ja/import-and-export/export-notes.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.
