# Evernote からインポートする

**Evernote** に保存しているノートを **UpNote** に移行することができます。\
以下の手順を **Mac / Windows / Linux** アプリで実行してください。

***

#### インポート手順

1. **Evernote からノートをエクスポートする**\
   Evernoteでノートを **.enex ファイル** にエクスポートします。\
   手順については [こちらのガイド](https://help.evernote.com/hc/en-us/articles/209005557-How-to-back-u) をご参照ください。
2. **Evernote からのインポートを選択する**
   * **Mac版:** メニューバーから **File → Import Notes → Evernote** を選択
   * **Windows版:** **Settings → General → Import from Evernote** に進みます
3. **インポート画面が表示されます**\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FfkNtnzyFcRFNTnV5Pi2R%2Fimage.png?alt=media\&token=884aece8-f873-4b6d-9745-3b5e738068cf)
4. **「Select .enex files」ボタンをクリック**\
   インポートしたい `.enex` ファイルを1つまたは複数選択します。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FbqNnTornJhyxDEBWrJrV%2Fimage.png?alt=media\&token=6737cdac-1caf-4a05-b2c1-83fdb85f9402)
5. **ファイル名をノートブック名として使用する場合**\
   \&#xNAN;**「Use file name as notebook」** オプションを有効にすると、\
   各 `.enex` ファイルが自動的にノートブックとしてUpNoteに作成されます。\
   これにより、Evernoteの複数ノートブックをまとめてインポートできます。\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FEYYE1ucRqPrQ9vSFtX3A%2Fimage.png?alt=media\&token=b583e6dd-859f-4200-8760-5e3bb4f98692)
6. **Evernoteのタグをどのように変換するかを選択する**\
   タグを **ハッシュタグ（#）** または **ノートブック** に変換できます。
   * ハッシュタグに変換する場合、特殊文字は **`-`（ハイフン）** に置き換えられます。\
     （UpNoteのハッシュタグは特殊文字をサポートしていません）\
     ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FvKUxNVyBlu7PPhoYSpBe%2Fimage.png?alt=media\&token=761d50e5-b177-4a7d-936b-02ad9fd7396c)
7. **インポート先のノートブックを指定（任意）**\
   ![](https://3053791484-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFt4LISrSRa6fHrbSIdcE%2Fuploads%2FhpHLnNdVzI4DIlFZsnFl%2Fimage.png?alt=media\&token=aa9c0cc0-a31b-4608-80cb-873720e2def3)
   * 指定した場合、インポートされたノートはこのノートブックに追加されます。
   * 「Use file name as notebook」オプションを使用した場合、このノートブックは**親ノートブックにはなりません**。\
     インポート後にノートブックをネストするには、[こちらのガイド](https://help.getupnote.com/get-organized/organize-with-notebooks/create-nested-notebooks#nest-an-existing-notebook-under-another)を参照してください。
8. **「Import Notes」ボタンをクリック**してインポートを開始します。

***

#### 注意事項（Notes）

* **大きなノートはインポートできない場合があります**
  * ファイルサイズが **20MB** を超える場合
  * 文字数が **300,000文字** を超える場合\
    これらはデバッグログに記録されます：\
    **Settings → Feedback → Save debug log**
* **Evernote内リンクは変換されません**\
  Evernoteの内部リンクには、UpNoteが変換するための情報が不足しています。\
  ただし、リンクをクリックするとEvernote内で開くことは可能です。
* **テキスト色とハイライト色は削除されます**\
  UpNoteはライト／ダークモードに対応するため、動的な文字色を使用しています。
* **インポート結果はアプリによって異なる場合があります**\
  Evernoteのノート構造により、書式が多少異なることがあります。
* **推奨上限**\
  最適なパフォーマンスを保つため、一度に **10,000件未満** のノートをインポートしてください。

***

#### 💡 Evernoteのノートブック構造を保持するコツ

1. 各Evernoteノートブックを **個別の .enex ファイル** としてエクスポートする。
2. すべての `.enex` ファイルをUpNoteにまとめてインポートする。
3. オプション **「Use file name as notebook」** を有効にする。

これにより、Evernoteでの元のノートブック構成をそのまま再現できます。


---

# 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/import-content-to-upnote/import-from-evernote.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.
