Documentation
Help/Pro Features/Export & Backup
Pro Features

Export & Backup

Export your saves as HTML, Markdown, or JSON for backup or use in other tools.

Pro users can export their entire save library — or any subset — in three formats: HTML, Markdown, and JSON. This is useful for backup, migration, or importing into other tools.

Export formats

HTML

A self-contained HTML file with all your saves rendered as readable pages. Good for:

  • Archiving a snapshot of your library
  • Viewing offline in any browser
  • Sharing readable documents

Markdown

A .md or .zip of .md files (one per save). Good for:

  • Importing into Obsidian, Notion, or any Markdown-based tool
  • Version-controlling your saves in git
  • Readable plain text format

JSON

A structured .json file with all saves and their metadata. Good for:

  • Full backup with all metadata intact
  • Importing back into Savelore later
  • Building custom scripts or pipelines on top of your data

Exporting all saves

  1. Open the sidebar
  2. Go to SettingsExport
  3. Choose your format
  4. Click Export all

The file downloads to your default downloads folder.

Exporting a selection

  1. In the sidebar, enter selection mode (checkbox icon in the toolbar)
  2. Check the saves you want to export
  3. Click Export selected
  4. Choose format and download

Exporting a single save

Open the save detail view → click the Export button → choose format.

Scheduling regular backups

Savelore doesn't currently support automated scheduled backups. For regular backups, export manually or use JSON export + a script to automate via the extension's local storage.

Reality check

The JSON export format is compatible with JSON import, so you can use export + import to migrate your saves to a new browser profile or a new account.