> ## Documentation Index
> Fetch the complete documentation index at: https://craft-support.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Apple Notes

> 將 Apple Notes 的筆記匯出為 Markdown，並匯入 Craft。

從 iOS 26 和 macOS Tahoe 開始，Apple Notes 可以將筆記匯出為 Markdown 檔案，並附帶圖片與附件。你可以將匯出的筆記匯入 Craft。

## 從 Apple Notes 匯出

<Tabs>
  <Tab title="Mac">
    <Steps>
      <Step title="選取筆記">
        開啟 Apple Notes，選取你要匯出的筆記。你可以一次選取多則筆記。
      </Step>

      <Step title="匯出為 Markdown">
        選擇 **檔案 > 匯出為 > Markdown**，並選擇儲存位置。筆記會匯出為 Markdown 檔案，圖片與附件會一併儲存在同一位置。
      </Step>
    </Steps>
  </Tab>

  <Tab title="iPhone & iPad">
    <Steps>
      <Step title="開啟筆記">
        開啟你要匯出的筆記。
      </Step>

      <Step title="匯出為 Markdown">
        點按右上角的 **分享** 圖示，然後選擇 **匯出為 Markdown**。
      </Step>
    </Steps>
  </Tab>
</Tabs>

<Info title="舊版系統">
  在 macOS Tahoe 之前的版本中，Apple Notes 沒有內建匯出功能。你可以從 Mac App Store 下載第三方應用程式 [Exporter](https://apps.apple.com/us/app/exporter/id1099120373?mt=12)，將筆記轉換為 Markdown 檔案。
</Info>

## 匯入到 Craft

若要保留圖片與附件，請在 Mac 上使用 **TextBundle** 格式匯入。在其他平台上，你可以將匯出的筆記以 Markdown 格式匯入，但圖片與附件不會包含在內。

<Tabs>
  <Tab title="Mac">
    <Steps>
      <Step title="開啟 Craft">
        前往 **All Documents** 或 **Organize** 檢視。
      </Step>

      <Step title="點擊 Import 圖示">
        你可以在左側 sidebar 底部找到它。
      </Step>

      <Step title="選擇 TextBundle">
        選取從 Apple Notes 匯出的資料夾。筆記將連同圖片與附件一起匯入。
      </Step>
    </Steps>
  </Tab>

  <Tab title="iPhone & iPad">
    <Steps>
      <Step title="開啟 Craft">
        前往 **All Documents** 或 **Organize** 檢視。
      </Step>

      <Step title="開啟匯入選單">
        點按右上角的 **三點選單**，然後選擇 **Import**。
      </Step>

      <Step title="選擇 Markdown">
        選取從 Apple Notes 匯出的 Markdown 檔案。
      </Step>
    </Steps>

    <Warning title="圖片與附件">
      Markdown 匯入不包含圖片與附件。若要保留它們，請在 Mac 上使用 TextBundle 選項匯入。
    </Warning>
  </Tab>

  <Tab title="Web & Windows">
    <Steps>
      <Step title="開啟 Craft">
        前往 **All Documents** 或 **Organize** 檢視。
      </Step>

      <Step title="點擊 Import 圖示">
        你可以在左側 sidebar 底部找到它。
      </Step>

      <Step title="選擇 Markdown">
        選取從 Apple Notes 匯出的 Markdown 檔案。
      </Step>
    </Steps>

    <Warning title="圖片與附件">
      在 Web 和 Windows 上，Markdown 是 Apple Notes 匯出內容唯一支援的格式，因此只有文字與文字格式會被匯入，不包含圖片。若要保留圖片與附件，請在 Mac 上使用 TextBundle 選項匯入。
    </Warning>
  </Tab>
</Tabs>
