OA0 = Omni AI 0
OA0 是一个探索 AI 的论坛
现在注册
已注册用户请  登录
OA0  ›  技能包  ›  remarkable:将文件及网页文章发送至 reMarkable 电子纸平板

remarkable:将文件及网页文章发送至 reMarkable 电子纸平板

 
  apple ·  2026-02-15 17:15:44 · 3 次点击  · 0 条评论  

名称: remarkable
描述: 通过 reMarkable Cloud 将文件和网页文章发送到 reMarkable 电子墨水平板。支持上传 PDF、EPUB 文件,或将网页文章转换为可读的电子书并发送到设备。同时支持浏览和管理设备上的文件。当用户提到 reMarkable、希望发送文章或文档到电子阅读器,或管理 reMarkable 云文件时使用。


reMarkable 云服务

通过云 API 将文档和网页文章发送到 reMarkable 平板。使用 rmapi 进行云端访问。

环境配置

安装 rmapi(需要 Go 环境):

cd /tmp && git clone --depth 1 https://github.com/ddvk/rmapi.git
cd rmapi && go build -o /usr/local/bin/rmapi .

首次运行时会提示输入一次性验证码,请在 https://my.remarkable.com/device/browser?showOtp=true 获取。

Python 依赖(用于文章转换):readability-lxmlebooklibrequestsbeautifulsoup4lxml

命令说明

发送网页文章到设备

{baseDir}/scripts/remarkable.sh send-article --url "https://example.com/article" --dir /Articles
{baseDir}/scripts/remarkable.sh send-article --url "https://example.com/article" --format pdf --dir /
{baseDir}/scripts/remarkable.sh send-article --url "https://example.com/article" --title "自定义标题" --dir /Articles

功能:获取文章内容,提取可读部分,转换为 EPUB(默认)或 PDF 格式,并上传至 reMarkable 云端。设备将在连接 WiFi 后自动同步。

列出文件

{baseDir}/scripts/remarkable.sh ls /
{baseDir}/scripts/remarkable.sh ls /Articles
{baseDir}/scripts/remarkable.sh ls "/Book Notes"

输出标识:[f] 表示文件,[d] 表示目录。

上传文件

{baseDir}/scripts/remarkable.sh upload --file /path/to/document.pdf --dir /Books
{baseDir}/scripts/remarkable.sh upload --file /path/to/book.epub --dir /

创建文件夹

{baseDir}/scripts/remarkable.sh mkdir --path /NewFolder

搜索文件

{baseDir}/scripts/remarkable.sh find --name "文章标题"

注意事项

  • 推荐使用 EPUB 格式保存文章,其在电子墨水屏上排版效果更佳
  • 设备连接 WiFi 时会自动同步云端文件
  • rmapi 会将认证令牌缓存于 ~/.rmapi 目录
  • 部分网站可能屏蔽抓取,若文章获取失败,可尝试更换来源链接
3 次点击  ∙  0 人收藏  
登录后收藏  
目前尚无回复
0 条回复
About   ·   Help   ·    
OA0 - Omni AI 0 一个探索 AI 的社区
沪ICP备2024103595号-2
Developed with Cursor