观自17 downloadsBlocks paste actions in Markdown editors while the plugin is enabled.
No Paste is a minimal Obsidian plugin that blocks paste actions in Markdown editors while the plugin is enabled.
No Paste is not an originality detector, AI detector, or anti-cheat system. It only prevents normal paste actions inside the Markdown editor. It does not claim to block every possible way to insert text, such as file imports, sync, drag-and-drop, external automation, plugin APIs, or direct file edits outside Obsidian.
Use this plugin when you want a writing space that encourages manual typing and rewriting instead of copying text into the editor.
After the plugin is accepted into the Obsidian community plugin directory:
main.js, manifest.json, and styles.css from the latest GitHub release..obsidian/plugins/no-paste/.No Paste does not send network requests, upload note content, store note content, or save plugin settings.
npm install
npm run dev
Build a release bundle:
npm run build
The release assets are:
main.jsmanifest.jsonstyles.cssMIT