Skip to content

Implement ZIP export feature for downloading clipboard data#16

Open
pscheid92 wants to merge 1 commit into
Evercoder:mainfrom
pscheid92:feature/add-download-all-button
Open

Implement ZIP export feature for downloading clipboard data#16
pscheid92 wants to merge 1 commit into
Evercoder:mainfrom
pscheid92:feature/add-download-all-button

Conversation

@pscheid92
Copy link
Copy Markdown

Add comprehensive functionality to export all clipboard contents as a structured ZIP archive. The export includes:

  • README with timestamp and export information
  • Metadata file with content summary
  • Organized folders (types/, items/, files/) for different data types
  • Proper handling of both text and binary data (images, PDFs, etc.)
  • Filename sanitization and MIME type detection

Adds JSZip dependency and download button UI with loading states.

Closes #15

Add comprehensive functionality to export all clipboard contents as a
structured ZIP archive. The export includes:
- README with timestamp and export information
- Metadata file with content summary
- Organized folders (types/, items/, files/) for different data types
- Proper handling of both text and binary data (images, PDFs, etc.)
- Filename sanitization and MIME type detection

Adds JSZip dependency and download button UI with loading states.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Proposal: Add "Download All" button

1 participant