[PR #228] [MERGED] feature: support pasting image in the textfield #1564

Closed
opened 2026-03-02 11:58:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/228
Author: @ahmadmucom
Created: 6/17/2024
Status: Merged
Merged: 6/18/2024
Merged by: @MohamedBassem

Base: mainHead: paste-image


📝 Commits (2)

  • 7bc47f0 feature: support pasting image in the textfield.
  • 17b8145 minor tweaks

📊 Changes

2 files changed (+30 additions, -2 deletions)

View changed files

📝 apps/web/components/dashboard/UploadDropzone.tsx (+1 -1)
📝 apps/web/components/dashboard/bookmarks/EditorCard.tsx (+29 -1)

📄 Description

I've added an onPaste event to the Textfield to allow pasting images, instead of just dragging and dropping them. This is to help those who often take screenshots without saving them.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/228 **Author:** [@ahmadmucom](https://github.com/ahmadmucom) **Created:** 6/17/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `paste-image` --- ### 📝 Commits (2) - [`7bc47f0`](https://github.com/karakeep-app/karakeep/commit/7bc47f083f58e0398f4ee2298f8dc38e6b13eb10) feature: support pasting image in the textfield. - [`17b8145`](https://github.com/karakeep-app/karakeep/commit/17b8145aef74fd0b19d7deb6ddcc2388b58ebb86) minor tweaks ### 📊 Changes **2 files changed** (+30 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/UploadDropzone.tsx` (+1 -1) 📝 `apps/web/components/dashboard/bookmarks/EditorCard.tsx` (+29 -1) </details> ### 📄 Description I've added an onPaste event to the Textfield to allow pasting images, instead of just dragging and dropping them. This is to help those who often take screenshots without saving them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:12 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1564
No description provided.