Skip to content

Commit a0ac99c

Browse files
authored
Merge pull request #205 from omnivore-app/jacksonh/exporter
Add documentation for the exporter tool
2 parents 4129c89 + 581f461 commit a0ac99c

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/.vitepress/locales/en.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const themeConfig: DefaultTheme.Config = {
3434
{ text: "Saved Searches", link: "/using/saved-searches" },
3535
{ text: "Rules", link: "/using/rules" },
3636
{ text: "Importing Data", link: "/using/importing" },
37+
{ text: "Exporting Data", link: "/using/exporting" },
3738
{ text: "Keyboard Commands", link: "/using/keyboard" },
3839
{
3940
text: "Managing your Account",

docs/using/exporting.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Exporting your data
3+
editLink: true
4+
---
5+
6+
# {{ $frontmatter.title }}
7+
8+
The best way to export your data is to use the Obsidian client to sync all of your data into an Obsidian vault. If you are not familiar with Obsidian you can use our exporter tool to export all of your links, highlights, and saved page content.
9+
10+
[[toc]]
11+
12+
## Exporting with the exporter tool
13+
14+
To use the exporter tool you will need to login to your account online at [https://omnivore.app/login](https://omnivore.app/login). Once you have done this, navigate to your account page by opening the menu and clicking on your user name. You can access the page directly [here](https://omnivore.app/settings/account).
15+
16+
On the account page click the `Export Data` button. This will gather all of your saved links, their page content, and your highlights into a single zip file. This can take some time depending on your account size, but you should receive an email once the process has started. Usually within 30 minutes of clicking the Export button. The entire process can take about 1hr per-1000 saved items.
17+
18+
Once completed, you will receive an export link in your email. This link is valid for 24hrs and can be used to download all your data.
19+
20+
### Export archives
21+
22+
The archive will contain a few items:
23+
24+
1. `./contents/*.html`: this is all of the content of your saved pages
25+
2. `./highlights/*.md`: this is all of your highlights saved in markdown format. The slug attribute from your metadata is used as the filename.
26+
3. `metadata_*.json`: Metadata files for all your saved items. These are provided in batches of 20 items. So items 0-20, 20-40, etc.

0 commit comments

Comments
 (0)