demo.mp4
As you might know, reMarkable supports exporting notes locally through the USB connection.
Unfortunately, the default local export has a few flaws:
- Large notes (10MB+) often can't be exported, the UI doesn't wait for long enough for a note to download;
- Downloading a folder is not possible; only notes one-by-one.
This tool aims to fix those problems.
- Supports exporting as many folders & notes as you want;
- Can download both .pdf and .rmdoc;
- Retries the download from the last failed note;
- Waits for large notes long enough;
- Doesn't require reMarkable account or internet connection;
- Works with out of the box reMarkable software;
- Has a nice GUI.
Releases for Windows/MacOS/Linux are available on the 'Releases' tab of the repository.
The tool is built with wailsv2. The UI is implemented in Typescript/Svelte, file downloading itself is done in Golang.
Around 3.10+, around that version the local server requests got updated.
Tested on Version 3.16.2.3 on reMarkable 2.
- Enable USB connection in the Storage settings. Without the permission the app can't find the tablet;
- For long exports with large number of files, turn off Sleep Mode in the Battery settings. For some reason the local export doesn't prevent the tablet from going to sleep.
- Install wails v2.
- Clone the project
wails build