Notes on My Remarkable Tablet

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Nutrient - The #1 PDF SDK Library
Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.
nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. linux

    Linux kernel for reMarkable 1 & 2. zero-sugar is rM2 and zero-gravitas is rM1. (by reMarkable)

    3.x support will come to toltec, I've been blocked by stuff outside of my control a couple of times. Including things happening in my life that I won't get into.

    You can see the current progress here: https://github.com/toltec-dev/toltec/issues/820

    As for the comment on the kernel change, that was actually an ask by someone in the community: https://github.com/reMarkable/linux/issues/8

  2. Nutrient

    Nutrient - The #1 PDF SDK Library. Bad PDFs = bad UX. Slow load times, broken annotations, clunky UX frustrates users. Nutrient’s PDF SDKs gives seamless document experiences, fast rendering, annotations, real-time collaboration, 100+ features. Used by 10K+ devs, serving ~half a billion users worldwide. Explore the SDK for free.

    Nutrient logo
  3. hyperpaper-planner

    Dayplanner pdf for large e-readers (eg Remarkable 2, Supernote, Kindle Scribe, Boox)

    I'm a big fan of my rm2, too -- and am writing to respond to this:

    > "I’d also love a more formal diary / daily entry system. Kind of like Obsidian’s daily notes. Some kind of date-based notebook inside the Remarkable would be rad (even if it doesn’t sync with your actual calendar!). A daily journaling / diary / planning format would be great. (Yes, right now you can select a day-planner template, but you can’t then see them in a calendar view - the date isn’t a foundational element of the note)."

    Take a look at https://hyperpaper.me

  4. recalendar.js

    ReCalendar - create your personalized calendar PDF for ReMarkable tablets

    There's also https://recalendar.me/ that does something similar and is open source. It does struggle with larger documents, but everything happens locally.

  5. toltec

    Community-maintained repository of free software for the reMarkable tablet.

    3.x support will come to toltec, I've been blocked by stuff outside of my control a couple of times. Including things happening in my life that I won't get into.

    You can see the current progress here: https://github.com/toltec-dev/toltec/issues/820

    As for the comment on the kernel change, that was actually an ask by someone in the community: https://github.com/reMarkable/linux/issues/8

  6. linux-surface

    Linux Kernel for Surface Devices

    Apart from camera, almost everything is working correctly. Camera doesn't work at all.

    https://github.com/linux-surface/linux-surface

    I use this kernel, you can use this with most operating systems.

    I use xournal++ for note writing, and using GNOME is necessary. KDE doesn't have support for screen rotation etc. When you use GNOME, make sure to disable gestures and screen edge detection, because that might occasionally cause problems.

    So, the workflow is quite simple with xournal++, you run a `inotify` based watched which automatically compiles and pushes stuff on every save. I of course assume that only `xournal++` on tab can change those handwritten notes. You can get some fancier git logic if needed.

    ```

    while inotifywait -e modify,create,delete,move $INPUT;

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that Shell is
the 11th most popular programming language
based on number of references?