Skip to content

gvinaccia/remarkable-client

Repository files navigation

RemarkableClient

Unofficial reMarkable client.

Todo

  • 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

Credits

based on the work

Contributing

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++