Unofficial reMarkable client.
- app registration
- basic listing notebooks, documents and collections
- efficient strage sync
- upload new documents
- reorganizing items in library
- pdf and ebook rendering with annotations
- export annotated pdf and ebooks
based on the work
since the lines-parser library uses node-canvas 2 alpha there are no prebuilt binaries that work in electron it is necessary to install cairo and pango dev dependecies. Instructions can be found here
here is a shortcut for ubuntu:
sudo apt-get install libcairo2-dev libjpeg-dev libpango1.0-dev libgif-dev build-essential g++