How to Import Templates to reMarkable Paper Pro Move (Step by Step)

SHARE THIS POST

Sidebar Promo Card
Save 58%
reMarkable Bundle
5 Templates Included

UNLOCK YOUR REMARKABLE

Stop treating your device like a scratchpad. Get the Ultimate 2026 System designed for deep work.

Daily Weekly Daybook Infinite Notes
$116 $49
Get the Bundle
Paper Pro • Paper Pro Move • reMarkable 1 & 2

Table of Contents

Device Customization & Setup

Target Resolution

1696 x 954 px

File Type

PDF or SVG

Transfer Method

Official App / SSH

The introduction of the 7.3-inch Paper Pro Move completely disrupted the e-ink market, giving professionals a pocket-sized, distraction-free command center. However, the factory-installed ruled lines and grids are rarely sufficient for complex daily planning. Learning exactly how to import templates to reMarkable Paper Pro Move is the defining step in transforming this compact piece of hardware from a simple scratchpad into a highly tuned organizational tool.

In this comprehensive, 1,500-word technical guide, we will break down the precise pipelines for sideloading digital stationery onto the Move’s unique 16:9 aspect ratio display. We will distinguish between the simplicity of drag-and-drop hyperlinked PDFs and the advanced root-injection techniques required for native SVG backgrounds. Whether you are an inventory manager capturing quick field notes or a creative utilizing the Gallery 3 color screen for wireframing, mastering how to import templates to reMarkable Paper Pro Move will secure your workflow against the friction of an unoptimized device.

1. Understanding the Two Template Paradigms

Interactive PDF Documents

Technical Deep Dive: The most common and reliable method for customizing your device is utilizing hyperlinked PDFs. These are standalone, multi-page files constructed with embedded XML link paths. When you tap a “Weekly Review” tab on the screen, the Move’s processor reads the invisible bounding box and jumps directly to the corresponding page. These documents live inside your “My Files” directory alongside your standard notebooks and imported eBooks.

Workflow Application: For users wanting to know how to import templates to reMarkable Paper Pro Move to manage comprehensive, 365-day planners or complex project ledgers, the PDF route is mandatory. It requires zero coding, safely bypasses the Linux root system, and most importantly, is completely immune to being wiped out by official over-the-air (OTA) firmware updates.

Native SVG Background Layers

Technical Deep Dive: Native templates are single-page graphic files (now primarily Scalable Vector Graphics, or SVGs) injected directly into the tablet’s core file system at `/usr/share/remarkable/templates`. When you open a blank notebook and tap the “Templates” menu in the toolbar, the UI pulls from this directory. You can infinitely generate new pages using this exact background layout.

Workflow Application: Native injection is ideal for repetitive, single-page frameworks—like a custom dot-grid or a highly specific client intake form. If you perform the same singular task dozens of times a day, having that layout permanently accessible in your native UI menu is a massive time-saver. However, deploying them requires understanding secure shell (SSH) connections or utilizing third-party installer software.

The 16:9 Aspect Ratio Challenge

Technical Deep Dive: Unlike its 11.8-inch and 10.3-inch siblings, the Paper Pro Move utilizes a much narrower, 16:9 aspect ratio with a resolution of 1696 x 954 pixels. If you attempt to load a standard 4:3 template designed for older hardware onto the Move, the software will aggressively scale it. This creates massive letterboxing (thick black bars) or visually squished writing grids.

Workflow Application: Before initiating any transfer, you must verify your file geometry. When acquiring assets, ensure they are explicitly designed for the “Move.” The how to import templates to reMarkable Paper Pro Move process is useless if the underlying file is structurally incompatible with your screen’s physical dimensions.

“Your pocket tablet should not feel like a compromised version of your desktop. With the right template, it becomes an extension of your memory.”
how to import templates to reMarkable Paper Pro Move
The 7.3-inch display requires a vertical, “mobile-first” design philosophy to maximize writing space.

2. Method 1: Installing Hyperlinked PDF Planners

This is the safest and most efficient way to deploy a custom organizational system. It relies entirely on the official reMarkable cloud ecosystem.

1
Prepare the File: Ensure your downloaded PDF is stored locally on your PC or Mac. Double-check that the file size is optimized (ideally under 25MB) to ensure the Move’s processor can handle the hyperlinked navigation smoothly.
2
Use the Desktop App: Open the official reMarkable desktop application. Simply drag and drop your PDF file directly into the main window, or click the “Import” button at the top right of the UI.
3
Execute Cloud Sync: The app will upload the file to your cloud account. Wake your Paper Pro Move and ensure Wi-Fi is active. The file will automatically appear in your “My Files” directory within seconds.

Duplicating the Master File

Technical Deep Dive: Once the PDF arrives on your device, it acts as an original document. If you fill out the daily pages with meeting notes, you have permanently altered that specific copy. If you want to use the planner again next year, or start a fresh project board, you will need a clean slate.

Workflow Application: The golden rule of how to import templates to reMarkable Paper Pro Move via PDF is the “Master Copy” protocol. Never write on the original file. Instead, long-press the file on your tablet, tap “Duplicate,” and rename the copy (e.g., “Q3 Marketing Campaign”). Keep the original blank PDF stored safely in a designated folder on your device.

Navigating Without Drawing

Technical Deep Dive: The tablet’s touch layer cannot always differentiate between an intentional swipe to turn a page and a tap to activate a hyperlink. The software intentionally limits touch navigation while the stylus is actively engaged with the screen to prevent accidental jumps while resting your palm.

Workflow Application: If your hyperlinked tabs are unresponsive, simply lift your pen away from the screen and tap the link firmly with your finger. Alternatively, use the UI sidebar to temporarily select the “Hand” tool, which completely disengages digital ink and prioritizes capacitive touch navigation.

PDF Planner Gains

  • Zero risk of software corruption.
  • Supports complex hyperlinked tabs.
  • Permanent survival through OS updates.
  • Shareable as flattened documents.

Native SVG Gains

  • Seamlessly integrated into the UI.
  • Add infinite new pages instantly.
  • Extremely small file sizes (<50kb).
  • Ideal for simple, single-page frameworks.

3. Method 2: Injecting Native SVG Backgrounds

If you require your custom design to appear in the official “Templates” menu when you create a new notebook, you must access the root directory. Warning: Modifying the Linux root carries inherent risks. Proceed with caution.

Enable Developer Mode and SSH

Technical Deep Dive: The Chauvet OS is a locked Linux distribution. To push files to system directories, you must secure root access. Navigate to Settings > General > Software > Advanced on your Move. Enable Developer Mode. The tablet will display an IP address (e.g., `10.11.99.1`) and a unique root password. Open your computer’s terminal (Command Prompt on Windows, Terminal on Mac) and execute `ssh root@[Your-IP-Address]`.

Workflow Application: This command establishes a direct, encrypted tunnel between your PC and the tablet. Once logged in, you must immediately run `mount -o remount,rw /` to unlock the file system and allow write permissions. Without this command, any attempt to inject a file will be rejected by the OS.

Injecting the SVG and Modifying JSON

Technical Deep Dive: Use a Secure FTP client (like Cyberduck or WinSCP) to drag your 1696 x 954 pixel SVG file into the `/usr/share/remarkable/templates` directory. However, simply placing the image there is insufficient. You must tell the UI that the file exists by editing the `templates.json` registry file located in the same folder.

Workflow Application: You must append a strict block of JSON code to the end of the registry file. This code dictates the template’s name, the icon displayed in the menu, and whether it supports portrait or landscape orientation. Crucially: A single missing comma in this file will crash the entire notebook UI upon restart. Always keep a backup of the original `templates.json` file on your desktop.

Using Third-Party GUI Installers

Technical Deep Dive: If terminal commands and JSON syntax terrify you, the community has built software to automate the entire process. Utilities like the reMarkable Connection Utility (RCU) or Free reMarkable Tools handle the SSH connection, format conversion, and JSON editing flawlessly through a simple graphical interface.

Workflow Application: For 99% of professionals learning how to import templates to reMarkable Paper Pro Move natively, using an installer is the only logical choice. It mitigates all risks of bricking your user interface. Furthermore, these utilities feature a “Restore” button that automatically pushes your custom SVGs back onto the device after an official firmware update inevitably wipes the root partition.

Template Injection Method Technical Difficulty Firmware Update Survival Best Use Case
Official Desktop App (PDF) Very Easy Permanent Hyperlinked Planners
Third-Party Installer (RCU) Moderate Wiped (Requires 1-Click Restore) Native SVGs
Manual SSH Injection Expert Wiped (Requires Manual Re-injection) Custom System Hacking

4. Designing for the Move’s Compact Display

Embracing Vertical Hierarchy

Technical Deep Dive: The standard 11.8-inch Paper Pro is a deskbound canvas, ideal for massive, horizontal Kanban boards and sprawling mind maps. The 7.3-inch Move fundamentally changes the visual rules. When designing or sourcing templates for this device, a “Mobile-First” philosophy is required. The narrow screen width makes horizontal tracking tedious and requires excessive panning.

Workflow Application: Adopt vertical geometry. Your daily planners should look like classic reporter’s steno pads. Use single-column task lists, thick horizontal dividers, and utilize the Gallery 3 color screen to create semantic separation (e.g., highlight the top priority block in soft yellow). This layout maximizes the limited real estate, ensuring your handwriting fits comfortably on the screen.

Scaling Tap Targets for Fingers

Technical Deep Dive: A common mistake when adapting older templates to the Move is ignoring the physical constraints of the human hand. While the pen tip is highly precise, navigating a hyperlinked PDF with your finger on a smaller 7.3-inch screen is difficult if the XML bounding boxes are too small or clustered closely together.

Workflow Application: Ensure your navigational tabs are at least 44×44 pixels wide. Place monthly calendar tabs down the right-hand margin rather than across the top edge. This ergonomic adjustment allows you to comfortably tap through the year with your thumb while holding the device single-handedly on a commuter train.

Expert Insight: The Move utilizes the exact same Wacom EMR technology as its larger siblings. This means your expensive Marker Plus from your older reMarkable 2 will work flawlessly on the new 7.3-inch screen without any Bluetooth pairing required.

5. Maximizing Your Pocket-Sized Setup

Exporting Flattened Field Notes

Technical Deep Dive: A mobile tablet is essentially a data capture device; the data must eventually make it back to your primary desktop. When you use the “Send by Email” function on the Move, the custom OS permanently flattens your vector pen strokes—including any color shading—onto the underlying PDF layout, creating a universal, read-only document.

Workflow Application: If you use the Move for site audits or client meetings, make it a habit to export your custom templates immediately upon returning to Wi-Fi. This ensures your field data is securely backed up and accessible to your broader team. For a deeper understanding of ecosystem management, review our guide on reMarkable Template Installer workflows.

Monetizing Your Custom Designs

Technical Deep Dive: Once you master how to import templates to reMarkable Paper Pro Move, you will likely begin designing your own layouts tailored to your specific industry. High-quality, properly scaled SVGs and PDFs are highly sought-after digital assets in the e-ink community, especially for new form factors like the 7.3-inch Move.

Workflow Application: If you build an incredible real-estate auditing template, consider distributing it. Additionally, if you recommend structural setups to your network, joining an affiliate program—like the 50% commission structure available at Templacity—allows you to monetize your operational expertise while providing immense value to your peers.

TL;DR: The Ultimate Import Strategy

Mastering how to import templates to reMarkable Paper Pro Move secures the true ROI of your compact tablet. By recognizing the 1696 x 954 resolution limit, prioritizing vertical layouts, and utilizing the official desktop app for hyperlinked PDFs (or third-party installers for native SVGs), you transform a generic piece of hardware into an elite, highly personalized field-notes database.

Unlock Your 7.3-Inch Screen Today

Stop fighting with letterboxed PDFs and clunky scaling. Instantly upgrade your mobile workflow with our Move-Optimized Template Bundle, featuring thousands of hyperlinked tabs and layouts engineered exclusively for the 16:9 aspect ratio.

Shop the Paper Pro Move Bundle

Disclaimer: This technical guide is for educational purposes. File handling and SSH injection protocols are subject to change based on official software updates. Templacity is an independent template creator and is not affiliated with reMarkable AS.

SHARE THIS POST

Join the reMarkable Circle

Get exclusive reMarkable templates, productivity tips, and workflow guides designed to help you plan, write, and stay organized with your tablet.

Table of Contents

Sidebar Promo Card
Save 58%
reMarkable Bundle
5 Templates Included

UNLOCK YOUR REMARKABLE

Stop treating your device like a scratchpad. Get the Ultimate 2026 System designed for deep work.

Daily Weekly Daybook Infinite Notes
$116 $49
Get the Bundle
Paper Pro • Paper Pro Move • reMarkable 1 & 2