Skip to content

AndrewBestbier/reMarkableWeb

Repository files navigation

ReMarkable Web

License: MIT Maintenance PRs Welcome TypeScript Buymeacoffee

ReMarkable Web is a web application deployed here that imports highlights from ReMarkable devices and exports them to providers such as Readwise.

FeaturesGetting StartedContributingTechnologies used

Screenshot

Features

  • View highlights
  • Export to CSV, Markdown and Readwise

Getting Started

First install the npm dependencies:

npm install

Next run the Next application:

npm run dev

If you wish to run it with vercel so that the manual python function will work:

vercel dev

The application should then be running at http://localhost:3000/

Contributing

Contributions are very welcome! Please fork and PRs to build this into a fantastic community tool. On the road-map of ideas are:

  • Move, Rename and Delete files
  • Neaten up code, remove 'any' uses
  • Sort by values other than alphabetical
  • Filter by favourites, ebooks, pdfs
  • Export to Zotero, Obsidian

Technologies used