Various custom reMarkable templates.
Refer to this installation guide.
You may need to change the USB network's MTU to allow files to transfer over SSH correctly. On Unix-like systems, this can be done by first inspecting which network interface corresponds to your reMarkable:
ifconfig -aIn this example, the interface was shown to be en7. Then, changing the MTU (lower should be more stable) to add robustness:
sudo ifconfig en7 mtu 1000Templates are created here using Inkscape. Here are the settings used for each platform:
| Platform | Canvas Size | Export DPI |
|---|---|---|
| Paper Pro | 1620 x 2160 | 96 |
Templates are organized into categories. Click on the image of the template to quickly link to it.
This template is a good fit for daily software standup meetings. It was inspired by the reMarkable Methods Stand-up template.
This project is licensed under the GNU General Public License v3.0.
Contributions are welcome! To add a new template:
- Create the template in Inkscape using the canvas size and DPI from the platform table above.
- Save the source SVG to
src/<platform>/<category>/<template_name>.svg. - Export a PNG render to
renders/<platform>/<category>/<template_name>.png. - Add an entry to the Template Directory in this README.
- Submit a pull request.