Remarkable: Difference between revisions

From 太極
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 55: Line 55:
== USB Web Interface ==
== USB Web Interface ==
See [https://remarkablewiki.com/tech/webinterface  remarkablewiki.com]
See [https://remarkablewiki.com/tech/webinterface  remarkablewiki.com]
== Tags ==
https://support.remarkable.com/s/article/Tags. Tags can be defined on a specific page of a note.
== Connect account, cloud ==
* [https://support.remarkable.com/s/article/Help-with-sync-and-the-reMarkable-cloud Help with sync and the reMarkable cloud]. Without a Connect subscription, you can still use the cloud to sync your documents. However, files will stop syncing to the mobile and desktop apps if they haven’t been opened and synced for more than 50 days.
* [https://support.remarkable.com/s/article/Pair-your-reMarkable-with-the-cloud Pair your reMarkable with the cloud]


= Transfer files =
= Transfer files =
Line 69: Line 76:
* From iOS
* From iOS
** [https://www.reddit.com/r/RemarkableTablet/comments/ooh0dx/send_web_article_from_ipad_to_remarkable_2/ Customized version of that shortcut] works.
** [https://www.reddit.com/r/RemarkableTablet/comments/ooh0dx/send_web_article_from_ipad_to_remarkable_2/ Customized version of that shortcut] works.
* ssh
* ssh/scp
** [https://www.reddit.com/r/RemarkableTablet/comments/10pjwjr/help_how_to_transfer_55_folders_full_of_my_wifes/ Help! How to transfer 55+ folders full of my wife's files from my RM2 to her brand new Remarkable 2?]
** [https://github.com/adaerr/reMarkableScripts/blob/master/pdf2remarkable.sh pdf2remarkable.sh]
** [https://github.com/adaerr/reMarkableScripts/blob/master/pdf2remarkable.sh pdf2remarkable.sh]


Line 76: Line 84:
* [https://www.reddit.com/r/RemarkableTablet/comments/uwp2ab/converting_pdf_to_notebooks_format/ Converting PDF to Notebooks format]. Convert Boox Note Air note to Remarkable Note.
* [https://www.reddit.com/r/RemarkableTablet/comments/uwp2ab/converting_pdf_to_notebooks_format/ Converting PDF to Notebooks format]. Convert Boox Note Air note to Remarkable Note.


== Backup ==
== Syncthing ==
[https://remarkablewiki.com/tips/start Tips and Tricks] from remarkablewiki.com
* https://github.com/evidlo/remarkable_syncthing
* [https://www.reddit.com/r/RemarkableTablet/comments/jzo1vl/where_on_the_rms_filesystem_are_the_epub_and_pdf/ Where, on the RM's filesystem, are the ePub and PDF files stored?] '''/home/root/.local/share/remarkable/xochitl/'''


== Automatically deliver news ==
== Automatically deliver news ==
* [https://github.com/j6k4m8/goosepaper Goosepaper] is a utility that delivers a daily newspaper to your remarkable tablet. This is answered from [https://www.reddit.com/r/RemarkableTablet/comments/uwsd56/automatically_send_a_webpage_every_day/ Automatically send a webpage every day?].
* [https://github.com/j6k4m8/goosepaper Goosepaper] is a utility that delivers a daily newspaper to your remarkable tablet. This is answered from [https://www.reddit.com/r/RemarkableTablet/comments/uwsd56/automatically_send_a_webpage_every_day/ Automatically send a webpage every day?].
= Mobile apps =
https://support.remarkable.com/s/article/Mobile-app


= [https://en.wikipedia.org/wiki/Pogo_pin Pogo pins] =
= [https://en.wikipedia.org/wiki/Pogo_pin Pogo pins] =

Latest revision as of 17:55, 12 December 2023

General

Software release notes

Release notes overview

USB Web Interface

See remarkablewiki.com

Tags

https://support.remarkable.com/s/article/Tags. Tags can be defined on a specific page of a note.

Connect account, cloud

Transfer files

Notes

  • The notes are in an sqlite database in a folder that's not accessible. It's possible to create a backup by going to Notes -> Settings -> Backup and Restore and then you can copy the backup Zile from file note\backup\local (?)
  • Converting PDF to Notebooks format. Convert Boox Note Air note to Remarkable Note.

Syncthing

Automatically deliver news

Mobile apps

https://support.remarkable.com/s/article/Mobile-app

Pogo pins

Stylus

ssh

  • ssh access (the password is located in Setting -> Help -> Copyrights and licenses -> Scroll to bottom)
    $ ssh [email protected]
    The authenticity of host '10.11.99.1 (10.11.99.1)' can't be established.
    [email protected]'s password: 
    reMarkable
    ╺━┓┏━╸┏━┓┏━┓   ┏━┓╻ ╻┏━╸┏━┓┏━┓
    ┏━┛┣╸ ┣┳┛┃ ┃   ┗━┓┃ ┃┃╺┓┣━┫┣┳┛
    ┗━╸┗━╸╹┗╸┗━┛   ┗━┛┗━┛┗━┛╹ ╹╹┗╸
    
    reMarkable: ~/ pwd
    /home/root
    
    reMarkable: ~/ ls
    log.txt      log.txt.old
    
    reMarkable: ~/ df -h
    Filesystem                Size      Used Available Use% Mounted on
    /dev/root               241.9M    192.8M     32.4M  86% /
    devtmpfs                341.2M         0    341.2M   0% /dev
    tmpfs                   501.7M         0    501.7M   0% /dev/shm
    tmpfs                   501.7M      6.9M    494.8M   1% /run
    tmpfs                   501.7M         0    501.7M   0% /sys/fs/cgroup
    tmpfs                   501.7M      8.0K    501.7M   0% /tmp
    tmpfs                   501.7M      8.0K    501.7M   0% /var/volatile
    /dev/mmcblk2p1           19.9M     66.0K     19.9M   0% /var/lib/uboot
    /dev/mmcblk2p4            6.4G    674.8M      5.4G  11% /home
    
    reMarkable: ~/ cat /etc/os-release
    ID=codex
    NAME="Codex Linux"
    VERSION="3.1.3 (dunfell)"
    VERSION_ID=3.1.3
    PRETTY_NAME="Codex Linux 3.1.3 (dunfell)"
    reMarkable: ~/ hostname --help
    BusyBox v1.31.1 (2020-12-17 19:42:00 UTC) multi-call binary.
    
    Usage: hostname [OPTIONS] [HOSTNAME | -F FILE]
    

Download Daily Publications Straight to Your Remarkable

Download Daily Publications Straight to Your Remarkable

Templates/PDFs

Convert SVG to notebook

https://www.reddit.com/r/RemarkableTablet/comments/ommsif/convert_remarkable_svg_to_notebook

Highlighter colors

Improved highlighter precision and new colors