NoteCove NoteCove

Export Notes

Export to Markdown

  1. Select File → Export… (or Cmd/Ctrl+Shift+E)
  2. Choose what to export:
    • Single note: the currently selected note
    • Folder: all notes in a folder
    • All notes: your entire library
  3. Select a destination folder
  4. 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 _attachments folder 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.

  1. Open the note to print
  2. Press Cmd+P / Ctrl+P
  3. Optionally toggle Include resolved comments
  4. 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.