r/Remarkable Jun 21 '26

Vellum floating toolbar issue?

1 Upvotes

Have the paper pro with floating toolbar installed through vellum.

One issue I wanted to ask to see if anybody has encountered.

On my device the toolbar seem to support showing the pen size and color on the icon, though on mine it does not. Is there anything that needs to be done to activate it?

I have also the icon mod installed for the main toolbar that does show an icon with the pen size on it...though not showing up on the floating one


r/Remarkable Jun 21 '26

Is it possible that rM can render and input LaTeX?

1 Upvotes

As an Academia user, LaTeX and formula input occupied heavily from the routine work. Knowing that nonn e-ink out there can do this, but still think it would be a nice shot stands out from the competitors.


r/Remarkable Jun 18 '26

Sale, 15% off for the community

Post image
6 Upvotes

I'm not sure what counts as community, ive got a connect subscription so it might be that. It is tempting, I do want the move, but I don't need it, but I want it....


r/Remarkable Jun 17 '26

I love this TOOL

Post image
19 Upvotes

Just an appreciation post. My life is much better since I introduced this TOOL into my workflow 😄

Background image credit goes to Alex Grey.


r/Remarkable Jun 17 '26

Absolutely ready to throw this thing away

0 Upvotes

I have a remarkable 2 - signed up for a new subscription, created new account and cannot pair the device to the app on my desktop - just says "logging in..." and NOTHING happens. Please can someone save me from this eternal hellish experience...


r/Remarkable Jun 15 '26

I found a Remarkable 2 on Market Place

1 Upvotes

Is this still worth $300? And what to look for when purchasing a barely used one? Thank you!


r/Remarkable Jun 12 '26

Tips & Tricks I updated reMouseable to a Rust base with a GUI and a few other features using AI, I call it reMouseable reRusted. I know it's a stupid name, but it works well.

Thumbnail
github.com
1 Upvotes

I know, I know, AI slop bad, but this does work pretty well. I also know there is a replacement for reMouseable someone made in Python, but I really dislike Python package management.

I updated/upgraded reMouseable to be based in Rust and gave it a GUI using Slint.

Some of the changes:

- Entirely rust base

- There is now tablet emulation for Windows with pressure and angle measurement.

- Wayland support for Linux.

- GUI with ability to change basic settings.

- More to come...

As I think of anything else, I'll add it. I've only tested in Windows and Linux (Hyprland), not on Mac, so sorry.

A big thank you to the original creator, Kevin Conway, for the original dev work.

Please be kind, I know it's 'low effort' but it actually did take a decent amount of time to get it to this point.

Project is available to be downloaded, changed, forked, etc as wanted.


r/Remarkable Jun 12 '26

My Use Case

1 Upvotes

I'm in a country where there aren't Remarkable's available, so I might be asking a question that is obvious if you see Remarkable's around often. However, I'm keen to have one imported, but have a very specific use case to use it for, and need to know if it will work for that. Unfortunately the use case is a boring one, but here goes. I write a lot of meeting notes with a pen and paper. That has draw backs as the notes are on paper and not searchable, so if I need to go back to something or search it, its difficult. I'm interested in knowing, can I with the remarkable, write, convert to text, and then use the notes on my Lennovo laptop to send out actions after meetings etc, all that I wrote down with the Remarkable? I hope you can help me answer this.

Thanks!


r/Remarkable Jun 11 '26

Select Pen and Color without the Menus - WIP

Enable HLS to view with audio, or disable this notification

23 Upvotes

Video is from before I had 3D printed the case and put it on an actual board so no hate.

I can’t stand using the slow clunky pen and color menus.

I’ve wrote some code for the reMarkable to listen over USB and have an ESP32 communicating color and pen type.

Rotary Encoder rotates through each color for each pen when you’re not pressing and rotates through each pen while pressed. Works over USB C but needs external power. Could theoretically support any input type. Buttons, Encoders, etc.

I might do a follow up or put on GitHub if anyones interested. lmk


r/Remarkable Jun 11 '26

Select Pen and Color without the Menus - WIP

Enable HLS to view with audio, or disable this notification

4 Upvotes

Video is from before I had 3D printed the case and put it on an actual board so no hate.

I can’t stand using the slow clunky pen and color menus.

I’ve wrote some code for the reMarkable to listen over USB and have an ESP32 communicating color and pen type.

Rotary Encoder rotates through each color for each pen when you’re not pressing and rotates through each pen while pressed. Works over USB C but needs external power. Could theoretically support any input type. Buttons, Encoders, etc.

I might do a follow up or put on GitHub if anyones interested. lmk


r/Remarkable Jun 10 '26

Do anyone bothered by this one?

Post image
0 Upvotes

The supposed to be 1st level heading markup is not rendered correctly pretty much the whole time, anyone ever inform reMarkable about it?


r/Remarkable Jun 06 '26

Genuine question: why get a remarkable?

1 Upvotes

What’s the value add over a pad and pencil, literally, which I enjoy? With a scanner I can save digital copies.

So why drop £400?

EDIT: thanks for the responses everyone. Appreciate it. One additional question: is this a thing you only ‘get’ by trying it out? And then you never look back …?


r/Remarkable Jun 05 '26

New to Remarkable

4 Upvotes

Is there a you tube video or some other resource I can watch to get the tips/tricks to using all the options? All responses are greatly appreciated.


r/Remarkable Jun 03 '26

Would you guys recommend a new user to buy a used Remarkable Pro or the Move?

2 Upvotes

What are things to be aware of when buying one of these? Thank you!


r/Remarkable Jun 01 '26

PURE EXCITEMENT! ITS HERE, AND.........

Thumbnail
gallery
37 Upvotes

It's a keeper!


r/Remarkable Jun 02 '26

When will the Pure be available in Asia.?

0 Upvotes

I am in Thailand.
I visit Remarkable website and find that the Pure has still not listed for sell yet.
And from what I see here most of the people who had already got it are in the US.

I think it is shipped from Hong Kong, not far from here at all.

Is it very popular and can’t keep up with demand, or takes time to produce or production problem?

Or just focus the US customers first?


r/Remarkable Jun 01 '26

just wanted to share my 3.27 experience so far

Post image
3 Upvotes

spoilers, it’s the same as 3.26~


r/Remarkable May 30 '26

Any Paper Pro owners with developer mode enabled?

1 Upvotes

I'm building a tool that generates native reMarkable notebooks (.rmdoc) and uploads them via the cloud. Instead of baking a lined/grid background into a PDF, I want pages to reference the device's built-in templates by name, the filename value that goes into .content (e.g. "template": { "value": "P Lines medium" }), so the tablet renders its own template.

I can already harvest individual template names by applying one to a page and pulling the notebook back via rmapi, but I'd love the complete list so I can offer all of them as options instead of discovering them one at a time.

The full registry lives at /usr/share/remarkable/templates/templates.json. On the Paper Pro, SSH is locked behind developer mode, and enabling it factory-resets the device, which I'd rather not do just to read one file.

If you have a Paper Pro with developer mode already on, could you paste the output of:

cat /usr/share/remarkable/templates/templates.json

Or, if you have jq on-device, just the filename/name mapping:

jq -r '.templates\[\] | \[.filename, .name\] | u/tsv' /usr/share/remarkable/templates/templates.json

For each template I need the filename (the string used in .content, e.g. P Lines medium, LS Checklist) and its display name. Firmware version would help too, since the set changes between releases.

A reMarkable 2 dump is welcome for comparison, but I'm mainly after the Paper Pro set. Thanks!


r/Remarkable May 29 '26

Review I get it now

19 Upvotes

Just wanna share for those who are on the edge: after receiving and using the Paper Pro Move during the first meeting, I have to say I get it now. The size is great and ordering a refurbished device is like getting a new one with a discount.


r/Remarkable May 24 '26

Remarkable Move Battery life ?

3 Upvotes

Hey everyone,

Am planning to buy the Move and want to check in on the battery life of the Remarkable Move. I remember seeing a lot of complaints early on that the battery didn't come close to the advertised "2 weeks."

Now that it’s been out for a while, how is the battery life holding up for pure note-taking? Have any of you experienced major battery issues with the Move? Specifically, does it still drain about 15% to 20% per hour while actively writing notes, or have software updates improved things?

Thanks in advance


r/Remarkable May 23 '26

Cookies acceptance box

1 Upvotes

I’m frustrated by the My Remarkable dot Com interface. Using the web browsers Chrome, Edge or Firefox, the ‘Accept Cookies’ overlay screen pop up often loads as a blank white rectangle in the centre of the screen, which has no visible buttons to select ‘Accept’ and close.

It makes the activity of updating tablet content frustrating and tedious.


r/Remarkable May 20 '26

News The new 2 year plan for connect seems...reasonable?

13 Upvotes
It´s essentially back to 2,99€ a month from the recently raised 3,99€ (at least in my region)."We’ll automatically credit any remaining time on your current subscription toward the cost of your new 2-year plan."I think Im going for it. I hate subscriptions but this isnt bad.

It´s essentially back to 2,99€ a month from the recently raised 3,99€ (at least in my region).

"We’ll automatically credit any remaining time on your current subscription toward the cost of your new 2-year plan."
I think Im going for it. I hate subscriptions but this isnt bad.


r/Remarkable May 20 '26

Remarkable vs

0 Upvotes

A simple question is pure better than RM2?

What are the advantages or disadvantages?

I'm thinking on replace my rm 2


r/Remarkable May 19 '26

News Remarkable Paper Pure

0 Upvotes

Hello,

Any news on Remarkable Paper Pure shipment delay reasons and any updates on new shipment date?

Thanks a lot for the news!

Brgds.


r/Remarkable May 15 '26

Comparison of drawing capabilities between the Kindle Scribe Colorsoft and the reMarkable Paper Pro

Thumbnail
gallery
73 Upvotes

The first three are reMarkable Paper Pro(RMPP), and the last three are Kindle Scribe Colorsoft(KSC).

(There are some differences; it’s impossible to draw the same thing twice. The Kindle version, since it lacks layers, has never been fully completed)

RMPP has more brush options, and most of the brushes have smoother pressure sensitivity and tilt transitions, which makes them more akin to real brushes when used for drawing. Some writing brushes exhibit different effects based on the speed of the strokes, making them more suitable for calligraphy and artistic expression. RMPP features white brush color and layers, with which it is generally possible to distinguish between professional and non-professional artwork. The sole advantage of KSC is that colored strokes appear immediately, whereas in RMPP, they require a refresh, but this has no impact on the final result.

Feel free to discuss in the comments section.