feat: clipboard paste file support #65

Closed
opened 2026-01-24 13:19:53 -08:00 by hikari · 0 comments
Owner

Part of #7 - File upload support

Description

Allow users to paste images/files from clipboard to attach them.

Acceptance Criteria

  • Detect paste events in input area
  • Check if clipboard contains image data
  • Save pasted image to temp file
  • Attach the temp file path to the message
  • Support common image formats (PNG, JPEG, etc.)

Technical Notes

  • Use clipboard API to read image data
  • Depends on #62 (temp file management)
  • May want to handle paste differently when input has focus vs not

This issue was created with help from Hikari~ 🌸

Part of #7 - File upload support ## Description Allow users to paste images/files from clipboard to attach them. ## Acceptance Criteria - [ ] Detect paste events in input area - [ ] Check if clipboard contains image data - [ ] Save pasted image to temp file - [ ] Attach the temp file path to the message - [ ] Support common image formats (PNG, JPEG, etc.) ## Technical Notes - Use clipboard API to read image data - Depends on #62 (temp file management) - May want to handle paste differently when input has focus vs not --- *✨ This issue was created with help from Hikari~ 🌸*
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#65