---
title: "How to import notes"
url: "https://recollect.fyi/support/note-creation/how-to-import-notes/"
updated: "2026-08-09T23:23:35+00:00"
sources:
  - "https://recollect.fyi/support/note-creation/how-to-import-notes/"
entities:
  - name: "Markdown"
    relation: "about"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q1193600"
      - "https://en.wikipedia.org/wiki/Markdown"
  - name: "Evernote"
    relation: "mentions"
    type: "Organization"
    sameAs:
      - "https://www.wikidata.org/wiki/Q430526"
      - "https://en.wikipedia.org/wiki/Evernote"
  - name: "Microsoft Word"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q11261"
      - "https://en.wikipedia.org/wiki/Microsoft_Word"
  - name: "Microsoft Excel"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q11272"
      - "https://en.wikipedia.org/wiki/Microsoft_Excel"
  - name: "OpenDocument"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q184473"
      - "https://en.wikipedia.org/wiki/OpenDocument"
  - name: "CSV"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q935809"
      - "https://en.wikipedia.org/wiki/Comma-separated_values"
  - name: "Netscape Bookmark file format"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q28786544"
  - name: "OPML"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q836370"
      - "https://en.wikipedia.org/wiki/OPML"
  - name: "Apple Notes"
    relation: "about"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q4653740"
      - "https://en.wikipedia.org/wiki/Notes_%28Apple%29"
  - name: "Finder"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q910951"
      - "https://en.wikipedia.org/wiki/Finder_%28software%29"
  - name: "PDF"
    relation: "mentions"
    type: "Thing"
    sameAs:
      - "https://www.wikidata.org/wiki/Q42332"
      - "https://en.wikipedia.org/wiki/PDF"
---

Recollect supports importing Markdown (`<strong>.md</strong>`), plain text (`<strong>.txt</strong>`), and Evernote (`<strong>.enex</strong>`) notes; documents such as Word (`<strong>.docx</strong>`), Excel (`<strong>.xlsx</strong>`), OpenDocument (`<strong>.odt</strong>`, `<strong>.ods</strong>`), rich text (`<strong>.rtf</strong>`), and CSV (`<strong>.csv</strong>`); and Netscape Bookmarks (`<strong>.htm</strong>` and `<strong>.html</strong>`) and OPML (`<strong>.opml</strong> and <strong>.xml</strong>`) files for bookmarks. The imported note’s hashtags and bookmark folders will be converted to tags and associated with the note.

## Importing notes

Click the **Gear icon** from the notes list view and select **Import Notes**.

![Screenshot of a settings dropdown menu with options Manage Tags, Import Notes (highlighted), and Bulk Edit.](https://recollect.fyi/wp-content/uploads/2025/01/recollect-import-notes-1.webp)The Import Notes option is highlighted in the settings dropdown menu, opened from the gear icon in the app toolbar.A modal will appear specifying the supported file types. Click the **Upload Notes** button to select one or many note files or a zip (`<strong>.zip</strong>`) file for bulk importing notes with images and files.

![](https://recollect.fyi/wp-content/uploads/2025/01/recollect-import-notes-modal.webp)## Importing documents

Recollect can also turn documents into notes. Upload Word (`<strong>.docx</strong>`, `<strong>.doc</strong>`, `<strong>.docm</strong>`), Excel (`<strong>.xlsx</strong>`, `<strong>.xls</strong>`, `<strong>.xlsm</strong>`, `<strong>.xlsb</strong>`), OpenDocument (`<strong>.odt</strong>`, `<strong>.ods</strong>`), rich text (`<strong>.rtf</strong>`), or CSV (`<strong>.csv</strong>`) files the same way, and each document is converted into a new note. PDF and PowerPoint files are not currently supported.

## Bulk importing notes with attachments

The [Evernote `<strong>.enex</strong>` export file](https://help.evernote.com/hc/en-us/articles/209005557-Export-Notes-and-Notebooks-as-ENEX-or-HTML) contains all note attachments, so Recollect will automatically import the images and files associated with notes when that file is uploaded.

For Markdown files, one or more `<strong>.md</strong>` files can be selected at one time or they can be put into a single zip file and uploaded. If the notes include image references, and they point to public URLs, Recollect will attempt to download the images and serve them from its CDN. Otherwise it will continue to use the image URL if it can’t retrieve them.

If you exported your notes from an app like Apple Notes, and you added at least one image or file to a note, the export will include a folder containing those attachments, and the Markdown files will reference the files in that folder.

To bulk upload notes with attachments, you will need to compress the folder containing the Markdown files and attachments folder(s) into a single zip file.

### Importing Apple Notes

Apple Notes [exports its notes](https://support.apple.com/guide/notes/import-export-and-print-notes-not201900c07/mac#:~:text=Export%20a%20note%20as%20a%20Markdown%20file) into a folder called **Archive**. Locate the folder in Finder where you exported and saved it, right-click on the folder, and select **Compress “Archive”**.

![Screenshot of a macOS Finder right-click menu on a selected folder named Archive, with Compress Archive highlighted.](https://recollect.fyi/wp-content/uploads/2025/01/apple-notes-compress-zip.webp)The macOS Finder context menu shows how to compress a selected folder into a zip archive using the Compress option.Upload the `<strong>Archive.zip</strong>` file, and Recollect will automatically include the images and files with the notes they’re associated with.