No description
| .gitignore | ||
| Containerfile | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
| writing_tools.py | ||
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.