Table des matières

Remarkable2

ssh

L'IP et e mot de passe se trouve dans “Menu > Settings > Help > Copyrights & Licences”

ssh-keygen -R 192.168.1.45
ssh root@192.168.1.45

Templates

Create a symlink to the 'templates' folder in /home

cd ~
ln -s /usr/share/remarkable/templates templates

Go into the templates folder and create a folder for your own templates

cd templates
mkdir Benoit

Upload PNG file using ssh in to your folder in the 'templates' folder

scp taches.png root@192.168.1.45:/usr/share/remarkable/templates
scp taches.svg root@192.168.1.45:/usr/share/remarkable/templates

Edit templates.json

cd /usr/share/remarkable/templates
nano templates.json
{
  "name": "Taches",
  "filename": "taches",
  "iconCode": "\ue98c",
  "categories": [
    "Benoit"
  ]
}

Restart device

systemctl restart xochitl