Skip to content
forked from lucasrla/remarks

Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown and PDF

License

Notifications You must be signed in to change notification settings

Azeirah/remarks

 
 

Repository files navigation

Scrybble remarks

With Remarks, you can export notebooks and PDFs from your ReMarkable.

  1. Export your notebooks as PDF
  2. Extract highlights as text

Goals

This is a fork of https://github.com/lucasrla/remarks. This fork has a few goals

  • Support ReMarkable v3
  • Support Type Folio output
  • Retain support for older ReMarkable versions
  • Note: This fork does not support all original output variants offered by the original remarks. The focus lies only on getting PDFs and text highlights out. You can use other tools such as Pandoc for conversion.

This project assumes familiarity with git, python and the commandline.

A visual example

Highlight and annotate PDFs

IMG_0642-low.jpg

And then use remarks to export annotated pages to Markdown, PDF, PNG, or SVG on your computer:

demo-remarks-png.png

WHAT IS LIFE?

Based on lectures delivered under the auspices of the Dublin Institute for Advanced Studies at Trinity College, Dublin, in February 1943

To the memory of My Parents

Installing Remarks

Linux is recommended, Windows should work too.

  • Install Python 3.10+ and Poetry
## Get remarks on your computer
git clone https://github.com/lucasrla/remarks.git && cd remarks
## Install the dependencies
poetry install

Using Remarks

To get remarks up and running on your local machine, follow the instructions below:

Usage and Demo

Run remarks and check out what arguments are available:

python -m pytest -q remarks/test_initial.py

Credits and Acknowledgements

For more reMarkable resources, check out awesome-reMarkable and remarkablewiki.com.

License

remarks is Free Software distributed under the GNU General Public License v3.0.

Disclaimers

This is a hobby project of an enthusiastic reMarkable user. There is no warranty whatsoever. Use it at your own risk.

The author(s) and contributor(s) are not associated with reMarkable AS, Norway. reMarkable is a registered trademark of reMarkable AS in some countries. Please see https://remarkable.com for their products.

About

Extract highlights, scribbles, and annotations from PDFs marked with the reMarkable tablet. Export to Markdown and PDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Nix 2.1%
  • Other 1.6%