Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reMarkable Templates

Various custom reMarkable templates.

Installing Templates

Refer to this installation guide.

Troubleshooting USB

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 -a

In 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 1000

Adding Templates

Templates are created here using Inkscape. Here are the settings used for each platform:

Platform Canvas Size Export DPI
Paper Pro 1620 x 2160 96

Template Directory

Templates are organized into categories. Click on the image of the template to quickly link to it.

Meetings

Software Standup

This template is a good fit for daily software standup meetings. It was inspired by the reMarkable Methods Stand-up template.

Paper Pro
Software Standup

License

This project is licensed under the GNU General Public License v3.0.

Contribution

Contributions are welcome! To add a new template:

  1. Create the template in Inkscape using the canvas size and DPI from the platform table above.
  2. Save the source SVG to src/<platform>/<category>/<template_name>.svg.
  3. Export a PNG render to renders/<platform>/<category>/<template_name>.png.
  4. Add an entry to the Template Directory in this README.
  5. Submit a pull request.

About

Various custom reMarkable templates

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors