rr

Converts Markdown files into searchable PDF documents with embedded text.

12|2|Updated May 19, 2026
One-click install
npx skills add https://github.com/hiteshjoshi/remarkable_rust --skill rr-hiteshjoshi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rr
Source: https://github.com/hiteshjoshi/remarkable_rust/tree/main/skills/claude
Command: npx skills add https://github.com/hiteshjoshi/remarkable_rust --skill rr-hiteshjoshi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Turn Markdown into a native, handwriting-editable reMarkable notebook and upload it via the device's cloud sync API, enabling seamless transfer from your editor to the tablet without manual formatting.

Core Features & Use Cases

  • Push a Markdown file as a native reMarkable notebook, preserving headings, bullets, and tables.
  • Split content into multiple pages using --- to create a structured, paginated document on the device.
  • Automatically derive the document title from a provided --title, the first H1, or the filename; render content as native device text with proper tables as embedded PNGs.
  • Use cases include sending notes, summaries, meeting recaps, or research to your reMarkable device for offline review and annotation.

Quick Start

Install rr, pair with your reMarkable, and push a Markdown file to your notebook.

Frequently Asked Questions about rr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send Markdown notes to my reMarkable tablet as a native notebook?

To send Markdown notes to a reMarkable tablet, this Skill converts Markdown files into a native v6 notebook and uploads it via the device's cloud sync API. It preserves headings, bullets, and tables while rendering the content as handwriting-editable text.

Can I use page breaks in Markdown when pushing documents to a reMarkable?

Yes, you can use page breaks in Markdown for reMarkable documents by inserting three dashes (---) in your file. The Skill splits the content at each separator to create a structured, paginated notebook on the device.

Does the reMarkable notebook conversion support Markdown tables?

Markdown tables are fully supported during reMarkable notebook conversion. The Skill renders tables as embedded PNG images directly on the notebook page, ensuring your tabular data displays correctly on the tablet.

How is the document title determined when pushing Markdown to a reMarkable?

The document title for a reMarkable notebook is automatically derived from an explicitly provided title argument, the first H1 heading in the Markdown file, or the original filename, ensuring your notes are properly named on the device.

Do I need to manually format Markdown before syncing meeting recaps to my reMarkable?

No manual formatting is needed before syncing meeting recaps to a reMarkable tablet. The Skill handles the conversion from Markdown to a native notebook, enabling seamless transfer from your text editor to the device for offline review and annotation.

What is the best way to transfer research summaries to a reMarkable for offline annotation?

The best way to transfer research summaries for reMarkable annotation is converting Markdown into a native v6 notebook. This approach uses the cloud sync API to upload notes directly, preserving headings and lists for handwriting-editable review.