Skip to content

Markdown Export

Export any note as a standard markdown file that works with any markdown editor.

  1. Open the note
  2. Click the Export button (or dropdown)
  3. Select Markdown
  4. Choose save location
  1. Open the note’s context menu in the sidebar
  2. Select Export as Markdown

The exported file includes:

  • Full note content in markdown format
  • Wiki links as [[Note Name]] syntax
  • All formatting preserved
  • Note metadata (created date, etc.)
  • Encrypted notes (omitted from exports)
  • Images (exported as links/references)

Exported files are named:

  • Based on the note title
  • Special characters removed/replaced
  • .md extension added

Example: “Project Alpha / Q1 Plans” → project-alpha-q1-plans.md

Export all notes at once:

  1. Go to Settings
  2. Select Import/Export
  3. Click Export All Notes
  4. Choose format and location

Bulk export creates:

  • One file per note
  • Folder structure matching your groups
  • An index file (optional)

Instead of saving a file, copy to clipboard:

  1. Open the note
  2. Click Export dropdown
  3. Select Copy as Markdown

The markdown content is now in your clipboard.

Exported markdown uses standard CommonMark syntax plus:

  • GitHub Flavored Markdown (GFM) tables
  • Checkbox syntax for todos
  • Wiki link syntax (may need conversion for other apps)

If importing to an app that doesn’t support [[wiki links]]:

  • Some apps use different link syntax
  • You may need to convert to standard markdown links
  • Or remove the brackets entirely

Regular exports provide a portable backup of your notes.

Export when moving to another note app.

Export to share with someone who doesn’t use Sidvy.

Export, then process with a static site generator.

Export to a git repository for change tracking.