Remarkable: Difference between revisions

From Edgar BV Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
# Run: <code>rm-ssh-over-wlan on</code>
# Run: <code>rm-ssh-over-wlan on</code>
# Continue as before!
# Continue as before!
== Backing up and Restoring over SSH ==
copy: <code>~/.local/share/remarkable/xochitl</code> and <code>~/.config/remarkable/xochitl.conf</code>
https://www.reddit.com/r/Remarkable/comments/1kwjvrf/restoring_backup_via_ssh/


== Resources ==
== Resources ==
https://github.com/reHackable/awesome-reMarkable?tab=readme-ov-file#gui-clients
https://remarkable.guide/ - replaces the old wiki
https://remarkable.guide/ - replaces the old wiki


https://support.remarkable.com/s/article/Using-reMarkable-without-a-subscription Using Remarkable without a Subscription
== Utilities ==
https://www.davisr.me/projects/rcu/ Remarkable Connection Utility (paid)
https://www.davisr.me/projects/rcu/ Remarkable Connection Utility (paid)


https://support.remarkable.com/s/article/Using-reMarkable-without-a-subscription Using Remarkable without a Subscription
https://github.com/kg4zow/rmweb - download all the files on the remarkable tablet
 
[https://github.com/reHackable/awesome-reMarkable?tab=readme-ov-file#gui-clients https://github.com/reHackable/awesome-reMarkable]
 
=== Text extractors ===
https://github.com/anbzerc/ReMarkableHighlightExtractor highlight extractor
 
https://github.com/sabidib/remarking highlight extractor
 
https://github.com/soulisalmed/biff Text and image extractor
 
https://github.com/AndrewBestbier/reMarkableWeb Export to CSV, Markdown and Readwise

Revision as of 20:43, 1 August 2025

Transferring files, PDF and epub

To transfer files through USB you need to connect the USB port, then in Settings -> General -> Storage -> activate USB connection.

You will be able to connect through http://10.11.99.1/ using a browser to upload files, but files are limited to < 100MB.

You can find all IP addresses and username + password to SSH into the Remarkable through

Settings -> Help -> Copyrights and Licenses -> General Information -> under GPLv3 Compliance (on the right )

Transfer everything into the /home/root folder. Other folders get deleted on OS upgrade.

After transfer PDF / epub files won't show up because they need to be stored in a specific place and have .metadata, .content and .thumbnail files generated.

https://www.informaticar.net/how-to-transfer-files-to-remarkable-paper-pro-without-cloud/ has a description of the script you can run in linux / windows with linux subsystem. Script can be found https://github.com/adaerr/reMarkableScripts/blob/master/pdf2remarkable.sh

Turning SSH over WiFi back on

After 3.22 firmware this has been turned off.

  1. Plug in your reMarkable with a cable
  2. Connect via SSH using the 10.x.x.x IP that shows up
  3. Run: rm-ssh-over-wlan on
  4. Continue as before!

Backing up and Restoring over SSH

copy: ~/.local/share/remarkable/xochitl and ~/.config/remarkable/xochitl.conf

https://www.reddit.com/r/Remarkable/comments/1kwjvrf/restoring_backup_via_ssh/

Resources

https://github.com/reHackable/awesome-reMarkable?tab=readme-ov-file#gui-clients

https://remarkable.guide/ - replaces the old wiki

https://support.remarkable.com/s/article/Using-reMarkable-without-a-subscription Using Remarkable without a Subscription

Utilities

https://www.davisr.me/projects/rcu/ Remarkable Connection Utility (paid)

https://github.com/kg4zow/rmweb - download all the files on the remarkable tablet

https://github.com/reHackable/awesome-reMarkable

Text extractors

https://github.com/anbzerc/ReMarkableHighlightExtractor highlight extractor

https://github.com/sabidib/remarking highlight extractor

https://github.com/soulisalmed/biff Text and image extractor

https://github.com/AndrewBestbier/reMarkableWeb Export to CSV, Markdown and Readwise