钟文富55 downloadsSave the system clipboard content (including a timestamp) to the current note: on desktop, it is automatically appended upon copying, while on mobile, it is saved manually via a command.
Auto-save the contents of your system clipboard (with a timestamp) to the currently open Markdown note.
保存当前剪贴板内容 (Save current clipboard): read the clipboard and append it to the current note (desktop + mobile).切换剪贴板自动监听(桌面端) (Toggle auto-monitor, desktop): turn desktop auto-monitoring on/off.clipboard module to listen for the global text-changed event.navigator.clipboard.readText(), which requires a user tap and permission.isDesktopOnly = false: one plugin for both, manual on mobile.npm install
npm run build # type-check + esbuild bundle, outputs main.js
Place the built main.js and manifest.json into your vault's .obsidian/plugins/clipboard-saver/ folder.
MIT
把系统剪贴板的内容(附带时间戳)保存到当前打开的 Markdown 笔记里。