cnote
Installation
SKILL.md
云端笔记
概述
在 OneDrive Notes 文件夹中管理 HTML 笔记。需要先登录 Microsoft 账号。
cyeam login # 先登录
cyeam cnote list # 列出所有笔记
cyeam cnote get "笔记标题" # 查看(默认 markdown 格式)
cyeam cnote get "笔记标题" --format text
cyeam cnote new "笔记标题" < note.html
cyeam cnote append "笔记标题" < more.html