Skip to content

Export / Import Note Package

Notely can package one or more notes — together with all their linked assets — into a single portable .note file that can be shared with other Notely users and imported directly into any workspace.

Opening the dialog

Go to File → Export / Import Note Package (or use the app menu from the landing screen).

The dialog has two tabs:

TabPurpose
Export PackageBundle selected notes into a .note file
Import PackageUnpack a .note file into the current workspace

Exporting

  1. Select notes — the list shows every .md file in the current workspace. Use Select All / Deselect All or click individual rows. The list scrolls when the workspace is large.
  2. Save location — defaults to the last-used export path with the filename {workspaceName}.note. Click Browse to choose a different destination.
  3. Password (Optional) — set a password to restrict who can import the package. If set, a salted SHA-256 hash of the password is saved securely inside the encrypted metadata.
  4. Click Export Package.

What gets bundled

Asset typeWhere it livesIncluded
Markdown filesanywhere in the workspace
Images / screenshotsmedia/images/
Excalidraw diagrams.notes-app/excali-diagrams/
Draw.io diagrams + thumbnailsmedia/draw.io/
Package metadatametadata.json inside bundle✅ auto-generated

Assets that are locked, missing, or inaccessible at export time are silently skipped; the note itself is still exported.

Security

  • The bundle is AES-256 encrypted using a shared app-level key so it is not readable by generic ZIP tools.
  • Every file in the bundle is SHA-256 hashed and the hashes are stored in metadata.json. On import, Notely verifies each hash and rejects tampered packages.
  • If protected by a password, the manifest contains a salted SHA-256 password signature. Unlocking verification occurs securely in memory during the import sequence before files are written.

Importing

  1. Switch to the Import Package tab.
  2. Click Browse and pick a .note file.
  3. Click Import Package.
  4. Password Prompts: If the package is password-protected, the app will display a password field. Enter the correct password and click Import Package again to proceed.

Notely will:

  • Decrypt and verify the integrity of the bundle.
  • Authenticate the password if password protection was configured.
  • Copy notes into the workspace root (or appropriate subfolder).
  • Restore all media assets to their original relative paths.
  • Resolve filename collisions automatically so existing files are never overwritten.
  • Reload the workspace document list so imported notes appear immediately.

Troubleshooting

SymptomLikely causeFix
"Export failed: EPERM"Destination folder is inside an OneDrive-synced path being actively syncedWait a moment and retry, or choose a local (non-OneDrive) folder
"Import failed: integrity check"The .note file was modified or corrupted in transitRequest a fresh export from the sender
"Incorrect password" or prompt staysThe password supplied does not match the package hashConfirm the password with the package creator
Notes appear in workspace root instead of a subfolderPackage was exported from a flat workspaceExpected — the import mirrors the original layout