No description
Find a file
2026-01-04 17:45:21 +01:00
.gitignore first commit 2026-01-04 17:38:54 +01:00
Containerfile first commit 2026-01-04 17:38:54 +01:00
main.py first commit 2026-01-04 17:38:54 +01:00
README.md chore: add link to rmc and todo list 2026-01-04 17:45:21 +01:00
requirements.txt first commit 2026-01-04 17:38:54 +01:00
writing_tools.py first commit 2026-01-04 17:38:54 +01:00

Remarkable Render

Rendering remarkable pages into pdf half okay. A simple glue script utilizing rmc.

Usage

Create a container image with

podman build -t remarkablerender .

Use the image with an "in" folder containing your xochitl files and an empty "out" folder to put the pdf files into

podman run --rm -v "$PWD"/in:/app/in -v "$PWD"/out:/app/out remarkablerender

Todo

  • We are currently patching the "writing_tools.py" of rmc to support the new highlight color.
  • The rm format seems to have changed.