Pro Features
Export & Backup
Export your saves as PDF, HTML, Markdown, TXT, or JSON — all processed locally in your browser, nothing leaves your device.
Pro users can export any save — or their entire library — in four formats: PDF, HTML, Markdown, and JSON.
All export processing happens entirely in your browser, on your device. Your snippet content is never sent to Savelore's servers, never touches any third-party service, and the export pipeline works fully offline. This applies to every format — PDF, HTML, Markdown, and JSON. It's a deliberate design choice aligned with Savelore's local-first, privacy-respecting philosophy.
Export formats
Opens your browser's native print dialog pre-loaded with the snippet, cleanly formatted and ready to save.
What's in the PDF:
- Header with snippet title, description, date, source platform, and tags
- Full content — your edited/trimmed version if you've edited it, original otherwise
- Code blocks with dark background and language label
- Proper headings, lists, and blockquotes — same as the Formatted tab view
- Footer: Saved with Savelore · savelore.app
How to trigger: Open any snippet → click the Download button → Print / Save as PDF. A hint toast appears reminding you to set the print destination to "Save as PDF" in the dialog.
Limitations:
- Requires one step in the print dialog (not a direct one-click download)
- PDF appearance may vary slightly between browsers
- Single snippet only — bulk PDF export is not supported yet
HTML
A self-contained HTML file with the snippet rendered as a readable page. Good for archiving, viewing offline in any browser, or importing into other tools.
Markdown
A .md file of the snippet content. Good for Obsidian, Notion, or any Markdown-based tool, and for version-controlling your saves in git.
TXT
A plain .txt file with just the response text — no formatting, no metadata. Good for pasting into any tool that doesn't understand Markdown, or when you just want the raw words.
JSON
A structured .json file with the full save and all its metadata. Good for full backups, migration between accounts, and re-importing into Savelore later.
Exporting a single snippet
Open any save → click the Download button → choose your format.
Exporting your entire library
- Open the sidebar
- Go to Settings → Export
- Choose your format
- Click Export all
The file downloads to your default downloads folder. Note: bulk export is available for HTML, Markdown, TXT, and JSON. Bulk PDF is not supported.
Exporting a selection
- In the sidebar, enter selection mode (checkbox icon in the toolbar)
- Check the saves you want
- Click Export selected → choose format
Using JSON for backup and restore
The JSON export is the most complete backup format — it includes all metadata (tags, folders, source URLs, timestamps). It's also the format used for JSON import, so you can export from one account or browser profile and import into another with everything intact.