[PR #486] [CLOSED] Add support for images copied from clipboard #770

Closed
opened 2026-03-03 00:23:08 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/486
Author: @lahgolz
Created: 5/23/2020
Status: Closed

Base: masterHead: paste-screenshot


📝 Commits (2)

  • 1ac8653 Add support for images copied from clipboard
  • b927afc Paste screenshots at cursor position

📊 Changes

6 files changed (+1649 additions, -1564 deletions)

View changed files

📝 package-lock.json (+1572 -1563)
📝 package.json (+1 -1)
📝 src/components/atoms/CodeEditor.tsx (+11 -0)
📝 src/components/atoms/CustomizedCodeEditor.tsx (+3 -0)
📝 src/components/organisms/NoteDetail/NoteDetail.tsx (+35 -0)
📝 src/lib/files.ts (+27 -0)

📄 Description

Issue #468

Added support for images copied from clipboard (and a system to rename them since all the screenshots have the same name, it can be used later on to rename attachments)


🔄 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/BoostIO/BoostNote-App/pull/486 **Author:** [@lahgolz](https://github.com/lahgolz) **Created:** 5/23/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `paste-screenshot` --- ### 📝 Commits (2) - [`1ac8653`](https://github.com/BoostIO/BoostNote-App/commit/1ac86537faeaf7f4f6057b343648a9360bd1456e) Add support for images copied from clipboard - [`b927afc`](https://github.com/BoostIO/BoostNote-App/commit/b927afc14c91b4a93205e3e1775b0306cb8ee562) Paste screenshots at cursor position ### 📊 Changes **6 files changed** (+1649 additions, -1564 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+1572 -1563) 📝 `package.json` (+1 -1) 📝 `src/components/atoms/CodeEditor.tsx` (+11 -0) 📝 `src/components/atoms/CustomizedCodeEditor.tsx` (+3 -0) 📝 `src/components/organisms/NoteDetail/NoteDetail.tsx` (+35 -0) 📝 `src/lib/files.ts` (+27 -0) </details> ### 📄 Description Issue #468 Added support for images copied from clipboard (and a system to rename them since all the screenshots have the same name, it can be used later on to rename attachments) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:23:08 +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/BoostNote-App#770
No description provided.