ej's Secret Plan #425
It's a tiny (40k!) extension which turns keyboard input into text, drawn onto the screen in the existing reMarkable environment by mimicking stylus motion.
(Most of these features got done, yay. Notice the hand-corrected letters, the text recognotion works on that too!)
- It's not fancy.
- It's not a text editor.
- It's not a code editor.
- It's not been tested on the reMarkable2.
The best sugar cereal from General Mills in the 1970's which had two superpowers:
- Turn normal milk into chocolate milk.
- Contain a codewheel which allows the user to emboss letters onto normal paper, using an optional letter-shift cypher.
I use my reMarkable tablet every day, for work and for personal stuff. I've spent hundreds of early mornings with just coffee and the stylus, figuring out things that are important to me. Sometimes I want to type things, such as stories, without giving up the ink. I tried using (and adapting from others) custom apps which edit text, markdown, etc., but I actually like the existing reMarkable UI, and I want to work within it. For me, this is the right balance. No launcher to maintain, no little gotchas.
- Color - Yellow light from an RGB display does not contain any yellow light, just red and green. Even in 'night mode' which looks yellowish, there's no actual yellow light. Yellow light from the sun, reflected off of an ink display is actual yellow light. You may not think you notice the difference, but I think we all do. Also, just ask Clark Kent.
- Strobe - Most digital displays strobe and flicker at a very high rate. Ink displays don't do this.
- Speed - Ink displays are slow. I see this as a good thing.
- copy crazy-cow.service to /etc/systemd/system/
- copy crazy-cow to /home/root/
ssh
to the tabletsystemctl start crazy-cow
(note that you might need tochmod +x crazy-cow
to make it executable)systemctl enable crazy-cow
(to enable on boot)
Just plug in a keyboard and start typing! Seriously, that's it.
- It will use whatever marker tool you've got selected.
- The reMarkable's built-in text recognition works well on things you type.
- You can use the stylus to erase, correct, highlight, whatever.
- Use ctrl key with
+
,-
,0
to adjust the lettering size. - Use left/right arrows to turn the page.
- Some spiffy half-baked features:
- The backspace key does very limited backspacing, by tapping the "undo" tool.
- It does basic word-wrapping by backspacing and re-typing. (Yeah, I know, but it works.)
- Use up/down arrows to move the cursor up/down.
There is no visible cursor. Do not panic. Real typewriters don't have one either. If you type something in the wrong place, just backspace
, or tap undo, or erase it with the stylus. Then (like a real typewriter) use space
, up
, down
, enter
to get to the right place.
Here are the steps to troubleshoot this:
-
Press the left/right arrow keys on your keyboard. This should change pages. (this is a built-in feature, not a Crazy Cow feature)
a. If the page does not change, there's a keyboard connection issue.
b. If the page does change, your keyboard is great, and you can go to step 2.
-
Please try this binary in the branch 1-multiple-keyboards, to address more complex USB setups. I'm planning to merge this to main, if enough people verify that it solves their issues.
Please post an issue. This is a just-for-fun project for me.