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

> Export your notes from Apple Notes as Markdown and import them into Craft.

Starting with iOS 26 and macOS Tahoe, Apple Notes can export your notes as Markdown files, including any images and attachments. You can then import the exported notes into Craft.

## Export from Apple Notes

<Tabs>
  <Tab title="Mac">
    <Steps>
      <Step title="Select your notes">
        Open Apple Notes and select the notes you want to export. You can select multiple notes at once.
      </Step>

      <Step title="Export as Markdown">
        Choose **File > Export as > Markdown** and choose a destination. Your notes are exported as Markdown files, with images and attachments saved alongside them.
      </Step>
    </Steps>
  </Tab>

  <Tab title="iPhone & iPad">
    <Steps>
      <Step title="Open a note">
        Open the note you want to export.
      </Step>

      <Step title="Export as Markdown">
        Tap the **Share** icon in the top right corner and choose **Export as Markdown**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

<Info title="On older versions">
  On versions before macOS Tahoe, Apple Notes doesn't offer built-in export. You can use the third-party [Exporter](https://apps.apple.com/us/app/exporter/id1099120373?mt=12) app from the Mac App Store to convert your notes to Markdown files.
</Info>

## Import into Craft

To keep your images and attachments, import on a Mac using the **TextBundle** format. On other platforms you can import the exported notes as Markdown, but images and attachments are not included.

<Tabs>
  <Tab title="Mac">
    <Steps>
      <Step title="Open Craft">
        Navigate to **All Documents** or **Organize** view.
      </Step>

      <Step title="Click the Import icon">
        You'll find it at the bottom of the left sidebar.
      </Step>

      <Step title="Choose TextBundle">
        Select the folder you exported from Apple Notes. Your notes are imported together with their images and attachments.
      </Step>
    </Steps>
  </Tab>

  <Tab title="iPhone & iPad">
    <Steps>
      <Step title="Open Craft">
        Navigate to **All Documents** or **Organize** view.
      </Step>

      <Step title="Open the Import menu">
        Tap the **three-dot menu** in the top right corner and choose **Import**.
      </Step>

      <Step title="Choose Markdown">
        Select the Markdown files you exported from Apple Notes.
      </Step>
    </Steps>

    <Warning title="Images and attachments">
      Markdown import doesn't include images and attachments. To keep them, import on a Mac using the TextBundle option.
    </Warning>
  </Tab>

  <Tab title="Web & Windows">
    <Steps>
      <Step title="Open Craft">
        Navigate to **All Documents** or **Organize** view.
      </Step>

      <Step title="Click the Import icon">
        You'll find it at the bottom of the left sidebar.
      </Step>

      <Step title="Choose Markdown">
        Select the Markdown files you exported from Apple Notes.
      </Step>
    </Steps>

    <Warning title="Images and attachments">
      On Web and Windows, Markdown is the only format that works for Apple Notes exports, which means only text and text formatting are imported, no pictures. To keep images and attachments, import on a Mac using the TextBundle option.
    </Warning>
  </Tab>
</Tabs>
