# Exporting Your Highlights

> How to export your highlights from Screvi in different formats

## Overview

Export all your highlights from Screvi as a downloadable ZIP file. Each source (book, article, etc.) becomes a separate file, organized into folders by source type.

## How to Export

1. Go to **Integrations > Export** in the web app
2. Choose your format:
   - **HTML**: Optimized for importing into Apple Notes
   - **Markdown (.md)**: Standard Markdown, great for Obsidian, Notion, or any Markdown editor
3. Click **Export**
4. A ZIP file is downloaded

## What's Included

The export contains:
- One file per source (book, article, tweet thread, etc.)
- Files organized into folders by type (Books, Articles, Tweets, Videos, Documents)
- Highlight text with any personal notes
- Source metadata (title, author)
- Tags associated with each highlight

## Export Formats

### HTML (Apple Notes)

Formatted HTML files designed to look great when imported into Apple Notes. Open the HTML file in Safari and use Share > Notes to add it to Apple Notes.

### Markdown

Standard Markdown files compatible with any Markdown tool:
- Obsidian
- Notion (import Markdown files)
- Bear
- iA Writer
- Any text editor

## Obsidian Sync

Screvi has an official Obsidian community plugin for syncing highlights directly to your vault. Install it from the [Obsidian community plugin store](https://community.obsidian.md/plugins/screvi), or search for **Screvi** inside Obsidian under **Settings > Community plugins > Browse**.

## Coming Soon

- **Notion Sync**: Direct export to Notion databases

## Public API

For programmatic access to your data, use the [Public API](/docs/api/public-api). It provides JSON access to all your highlights and sources, rate-limited at 100 requests per minute.
