reMarkable Cloud技能使用说明
2026-04-01
新闻来源:网淘吧
围观:13
电脑广告
手机广告
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-lxml、ebooklib、requests、beautifulsoup4、lxml
。
命令
{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 "Custom Title" --dir /Articles
向设备发送网页文章
获取文章,提取可读内容,转换为 EPUB(默认)或 PDF 格式,并上传至 reMarkable 云端。设备会自动同步。
{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 "article title"
注意事项
- 对于文章,推荐使用EPUB格式——在电子墨水屏上能良好重排
- 设备连接WiFi时会自动同步
- rmapi会将认证令牌缓存于
~/.rmapi - 部分网站会屏蔽抓取——如果文章获取失败,请尝试不同的URL
文章底部电脑广告
手机广告位-内容正文底部
上一篇:Bitwarden技能使用说明
下一篇:PubMed技能使用说明


微信扫一扫,打赏作者吧~