Export Notes
Export to Markdown
- Select File → Export… (or
Cmd/Ctrl+Shift+E) - Choose what to export:
- Single note: the currently selected note
- Folder: all notes in a folder
- All notes: your entire library
- Select a destination folder
- Click Export
What gets exported
- Full Markdown content with all formatting preserved
- YAML frontmatter with metadata (pinned, created, modified, folder path)
- Inter-note links exported as wikilinks (
[[Note Title]]) - Heading links preserved (
[[Note Title#Section]]) - Folder hierarchy recreated in the destination
- Images and attachments copied to an
_attachmentsfolder next to each note - Original filenames and quality preserved
Frontmatter format
---
pinned: true
created: 1700000000000
modified: 1700000001000
folder: /Projects/Work
---
This enables round-trip import/export while preserving all metadata.
Print notes
- Open the note to print
- Press
Cmd+P/Ctrl+P - Optionally toggle Include resolved comments
- Click Print to open the system print dialog
Comments appear as numbered endnotes at the end of the printed document. Highlighted text in the note shows superscript reference numbers linking to the endnotes.