Markdown Export
Export any note as a standard markdown file that works with any markdown editor.
Exporting a Single Note
Section titled “Exporting a Single Note”From the Toolbar
Section titled “From the Toolbar”- Open the note
- Click the Export button (or dropdown)
- Select Markdown
- Choose save location
From the Context Menu
Section titled “From the Context Menu”- Open the note’s context menu in the sidebar
- Select Export as Markdown
Export Contents
Section titled “Export Contents”The exported file includes:
- Full note content in markdown format
- Wiki links as
[[Note Name]]syntax - All formatting preserved
What’s NOT Included
Section titled “What’s NOT Included”- Note metadata (created date, etc.)
- Encrypted notes (omitted from exports)
- Images (exported as links/references)
File Naming
Section titled “File Naming”Exported files are named:
- Based on the note title
- Special characters removed/replaced
.mdextension added
Example: “Project Alpha / Q1 Plans” → project-alpha-q1-plans.md
Bulk Export
Section titled “Bulk Export”Export all notes at once:
- Go to Settings
- Select Import/Export
- Click Export All Notes
- Choose format and location
Bulk export creates:
- One file per note
- Folder structure matching your groups
- An index file (optional)
Copy as Markdown
Section titled “Copy as Markdown”Instead of saving a file, copy to clipboard:
- Open the note
- Click Export dropdown
- Select Copy as Markdown
The markdown content is now in your clipboard.
Markdown Compatibility
Section titled “Markdown Compatibility”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)
Converting Wiki Links
Section titled “Converting Wiki Links”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
Use Cases
Section titled “Use Cases”Backup
Section titled “Backup”Regular exports provide a portable backup of your notes.
Migration
Section titled “Migration”Export when moving to another note app.
Sharing
Section titled “Sharing”Export to share with someone who doesn’t use Sidvy.
Publishing
Section titled “Publishing”Export, then process with a static site generator.
Version Control
Section titled “Version Control”Export to a git repository for change tracking.