paper2remarkable
paper2remarkable copied to clipboard
Fetch an academic paper or web article and send it to the reMarkable tablet with a single command
This is a great tool for RM. Thanks for developing this. I might be a newbie but I am not able to see the pdf document being sent to the...
This PR adds support for using [rmapy](https://github.com/subutux/rmapy) as the client for interacting with the reMarkable. This allows us to remove the dependency on rMapi and simplify the installation process. Would...
version 2.6 of the remarkable os supports internal links in PDFs. Without having done deeper analysis, to me it looks like p2r removes hyperlinks in its process. It that' really...
If I send a PDF to remarkable with cropping enabled (e.g. with `--right` or default parameters), the resulting annotation is at the wrong position when exporting the PDF. In this...
This is work in progress, see the TODO in the file. The idea is to have an approach similar to the ``Cropper`` functionality that adjusts the view using the reMarkable's...
Hi Gertjan, Big fan of the tool you've built here! I wonder if you'd have any interest in pulling out the provider code and making it a standalone library, because...
Hi, very nice project!!! I also use the RM2 a lot for reading and annotating scientific papers and since I do not want to use the subscription or the RM...
The LXML project has separated its HTML cleaner into its own project, breaking the current build. This change updates the required packages list in setup.py to reflect that change. Also,...
Hi there, Is there any animo to get one to upload epub through this tool? It sometimes happens books are in epub, papers are sometimes offered in epub. Sincerely, C
This PR adds support to force the source type, as discussed in #151. * It adds a new CLI argument `--source`, which is passed to the `choose_provider` function. * The...