Thanks for checking out the templates I've put together for the reMarkable eInk tablet. A good place to get started is the reMarkable wiki
You should be comfortable with using the Terminal commands below. If not, consider an installer like this.
- Plug your reMarkable into your computer.
- Tap the Top Left Menu button.
- Tap Settings.
- Tap Help.
- Tap Copyrights and licenses.
- Note the local IP address of your device.
- Something like
192.168.1.77
.
- Something like
- Note your password.
- Something like
8EeAOUlwbs3
.
- Something like
- Open a Terminal on your computer and use the following commands to move your files around, substituting your IP and Password for the ones you just found. You'll need to enter your password each time you make a transfer in either direction (the password won't show up as you type it).
- Add whatever templates you want to this directory and upload them to your device.
- Update your
templates.json
file with new entries (in JSON format).- You'll probably want to use the "Blank"
iconCode value
of\ue9fe
. You can find the other codes available on the wiki page for custom templates. - Note the
filename
property doesn't include the file format - Adding
categories
not already present in other entries will create a new category tab in the Templates menu on the device. You can make these as granular as you want, but I'd recommend keeping it simple and putting all your templates in "Custom".
- You'll probably want to use the "Blank"
- Upload the updated
templates.json
file to your device.
scp root@IP_ADDRESS:/usr/share/remarkable/templates/templates.json ./templates.json
scp ./NEW_FILENAME root@IP_ADDRESS:/usr/share/remarkable/templates
scp ./templates.json root@IP_ADDRESS:/usr/share/remarkable/templates/templates.json
This repo includes a license file. Github gives you a nice little summary when you view it on here. Here's the summary it provides.
GNU General Public License v3.0
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.