Minimalist plugin that enables to Copy contents of selected files into clipboard
- Contextual Copy: Right-click any file or folder in the File Explorer to copy content immediately.
- Dynamic Templates: Fully customizable output using
{{path}},{{fileName}}, and{{content}}variables. - Selective Exclusion: Define specific file extensions (like
.svgor.canvas) to skip during the copy process. - Ignores Binary: Ignores non-plaintext files (images, PDFs, etc.) to keep your clipboard clean.
- Select one or more files/folders in the File Explorer.
- Right-click and select Copy contents.
- Paste anywhere.
Search for "Copy Files Content" in the Obsidian Community Plugins tab or install manually by moving main.js,
manifest.json, and styles.css to your .obsidian/plugins/copy-files-content/ folder.


