An open API service indexing awesome lists of open source software.

https://github.com/ds160/remarkable-remember

A cross-platform management application for your reMarkable tablet.
https://github.com/ds160/remarkable-remember

cross-platform desktop myscript remarkable-tablet

Last synced: about 1 month ago
JSON representation

A cross-platform management application for your reMarkable tablet.

Awesome Lists containing this project

README

          

# reMarkable Remember

The application is a cross-platform management tool for your reMarkable tablet. No reMarkable account, cloud or subscription is required.

[![rm1](https://img.shields.io/badge/rM1-supported-green)](https://remarkable.com/store/remarkable)
[![rm2](https://img.shields.io/badge/rM2-supported-green)](https://remarkable.com/store/remarkable-2)
[![rmpp](https://img.shields.io/badge/rMPP-supported-green)](https://remarkable.com/store/remarkable-paper/pro)
[![rmppm](https://img.shields.io/badge/rMPPM-supported-green)](https://remarkable.com/products/remarkable-paper/pro-move)

## Features

- Connect your reMarkable tablet via WiFi or USB
- Sync PDF documents via USB
- Upload PDFs and EPUBs via USB
- Backup notebooks and folders
- Template management
- Handwriting recognition via MyScript
- Install [Lamy Eraser](https://github.com/isaacwisdom/RemarkableLamyEraser/tree/v1)[^1] via WiFi or USB

[^1]: Lamy Eraser works for reMarkable 1 and reMarkable 2

## Installation

The application is available for Linux, MacOS, and Windows. Executables and setups can be found under [Releases](https://github.com/ds160/remarkable-remember/releases).

## Settings

For the initial setup, enter your reMarkable SSH protocol information. You find the information at the bottom of the Copyrights notices and software licenses page. Navigate to `Settings > Help > Copyrights and licenses > General information`. If you connect your reMarkable tablet via USB, the IP can be left blank; only the password is required.

You need a [MyScript](https://developer.myscript.com/getting-started/web) account for handwriting recognition. Register to receive your keys and enter your keys. No subscription is required.

![Settings](./assets/screenshots/settings.png)

Set the folder if you want to back up your notebooks and folders.

## Usage

Connect your reMarkable tablet via USB for full functionality and activate the `USB connection` for downloading PDF documents. Navigate to `Settings > Storage` and enable the feature.

If you connect your reMarkable tablet via WiFi most functions work, but downloading PDFs and uploading PDFs and EPUBs are not supported.

![Application](./assets/screenshots/application.png)

The items are refreshed every 10 seconds when your tablet is connected. Select an item and configure the target directory for downloading and syncing folders and documents.

You can upload custom templates to your reMarkable. Buy, download, or design your own template (see [here](https://github.com/reHackable/awesome-reMarkable/blob/master/README.md#custom-templates)). To upload a template, select the file, define the name and category, and select the desired icon. The application will restart your reMarkable tablet automatically to enable the template.

![Upload Template](./assets/screenshots/template.png)

## Build

Clone the repository, install .NET Core SDK 10, and build the project with `dotnet build`.

## Dependencies and Acknowledgment

- I'm using [Avalonia](https://github.com/AvaloniaUI/Avalonia) for the UI, [ProDataGrid](https://github.com/wieslawsoltes/ProDataGrid) for the tree view, [Svg.Controls.Avalonia](https://github.com/wieslawsoltes/Svg.Skia) for SVG files, and [SSH.NET](https://github.com/sshnet/SSH.NET) for the SFTP and SSH communication.
- I got inspired by [rmscene](https://github.com/ricklupton/rmscene) to parse the reMarkable Lines File (version 6) and do handwriting recognition via MyScript.
- I'm using the [Lamy Eraser](https://github.com/isaacwisdom/RemarkableLamyEraser/tree/v1) sources that turns the button on the Lamy Pen into an eraser on the reMarkable tablet.
- I'm using [PupNet Deploy](https://github.com/kuiperzone/PupNet-Deploy) for the deployment.

Thanks to the developers for their beautiful work.

## Links

- [Awesome reMarkable](https://github.com/reHackable/awesome-reMarkable)
- [Information about reMarkable 2](https://remarkable.jms1.info/)