NoClipBorders
pendingby qxzxq
Copy file to clipboard.
NoClipBorders Obsidian Plugin
Copy a file to the system clipboard from Obsidian so you can paste it outside Obsidian.
Features
- Right-click a file and choose
Copy as file - Command palette:
Copy file to system clipboard
On Windows, this copies the actual file (not just the Obsidian path), so you can paste into other places to duplicate it.
Installation
- Clone this repo into your vault at:
.obsidian/plugins/obsidian-copy-file - Install dependencies:
npm install - Build:
npm run build - In Obsidian, enable the plugin in Settings -> Community Plugins (toggle on).
Usage
- In the file explorer, right-click any file ->
Copy as file2.The file will be copied in the clipboard
Build
This plugin bundles main.ts with esbuild and outputs main.js.
npm run build
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.