Convert markdown files to PDF (pandoc + xelatex) and upload to reMarkable.
remarquee upload md <path...> [flags]
<path...> may contain:
*.md)*.md)/ai/YYYY/MM/DD/ (today)--date: choose /ai/YYYY/MM/DD/ explicitly--remote-dir: override remote directory--force: delete the existing document and upload a new one (this also deletes annotations).Before running pandoc:
--- ... ---)--dry-run: prints planned conversions/uploads; does not run pandoc or upload--pdf-only --output-dir: generate PDFs locally only--preserve-dirs: when uploading directories, recreate the local relative directory structure remotely--name: custom output document name; only valid when exactly one markdown file is selected--layout editor: use a more annotation-friendly reading layout with wider margins and looser paragraph spacing--pandoc, --pdf-engine: control conversion tooling--mainfont, --monofont, --geometry, --latex-header-file: typography customization--non-interactive: never prompt; fails if tokens are missing--reauth: re-authenticateSee pkg/doc/upload/03-remarquee-upload-bundle.md.
See pkg/doc/upload/04-remarquee-upload-src.md.