-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# send_by_rmapi | ||
This is a calibre plugin, which I set up to send files directly to the reMarkable tablet. | ||
This is a calibre plugin, to send epub or pdf files saved with Calibre to the reMarkable tablet. | ||
|
||
It does this using the rmapi commandline interface https://github.com/juruen/rmapi so you will need that set up. | ||
To send file(s) mark them in the Calibre GUI and just add press [Ctrl-Shift-S]. Or just add a button to your Calibre GUI. | ||
|
||
Currently it is set up to expect that rmapi is set up so that no password is needed and the folder on the tablet should already exist. | ||
It uses the rmapi commandline interface https://github.com/juruen/rmapi which you will need to set up. | ||
|
||
Currently the plugin assumes that rmapi does not need a password and that the folder on the tablet should already exist. |