返回 Skill 列表
extension
分类: 开发与工程无需 API Key

cursor-remarkable-upload

通过本地上传脚本将markdown(包括docmgr票据文档)作为PDF上传到reMarkable设备,支持安全的模拟运行和可选的票据结构镜像。当用户要求将文档发送到reMarkable、将markdown导出为适用于reMarkable的PDF或解决rmapi/pandoc/xelatex问题时使用。

person作者: jakexiaohubgithub

Cursor Remarkable Upload

Overview

Safely convert .md to .pdf and upload to a reMarkable device, defaulting to dry-runs and avoiding overwrites.

Preconditions

  1. Confirm uploader exists: python3 /home/manuel/.local/bin/remarkable_upload.py --help
  2. Confirm dependencies if needed: rmapi, pandoc, xelatex

Workflow (safe default)

  1. Choose markdown file(s) (use absolute paths).
  2. Dry-run:
    • python3 /home/manuel/.local/bin/remarkable_upload.py --dry-run /abs/path/to/doc.md
  3. Upload (no overwrite):
    • python3 /home/manuel/.local/bin/remarkable_upload.py /abs/path/to/doc.md
  4. Only if explicitly requested: overwrite with --force.

Ticket-aware uploads

  • Prefer mirroring ticket structure to avoid name collisions; see references/remarkable.md.

Reference

  • Full usage + troubleshooting: references/remarkable.md.