Upload Markdown to a reMarkable device as a PDF.
remarquee upload md is the write path for documentation workflows:
pandoc + xelatex (DejaVu fonts)/ai/YYYY/MM/DD/ (today)--forcego run ./cmd/remarquee upload md --dry-run /abs/path/to/doc.md
go run ./cmd/remarquee upload md /abs/path/to/doc.md
go run ./cmd/remarquee upload md --dry-run /abs/path/to/dir/
go run ./cmd/remarquee upload md /abs/path/to/dir/
--date YYYY/MM/DD / YYYY-MM-DD: uploads to /ai/YYYY/MM/DD/--remote-dir /Some/Folder: override destination directory entirely--pdf-only --output-dir ./out: generate PDFs locally, do not upload--force: overwrite existing documents (deletes existing document and annotations)pandoc must be installed and on PATH (or pass --pandoc)xelatex must be available (TeX Live)