[PR #147] [MERGED] feat: image upload extension #410

Closed
opened 2026-03-15 02:13:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/147
Author: @arikchakma
Created: 3/5/2025
Status: Merged
Merged: 3/6/2025
Merged by: @arikchakma

Base: mainHead: Melvynx-feat/image-upload


📝 Commits (6)

📊 Changes

9 files changed (+556 additions, -52 deletions)

View changed files

📝 packages/core/readme.md (+21 -0)
packages/core/src/editor/extensions/image-upload/image-upload.ts (+60 -0)
📝 packages/core/src/editor/extensions/index.ts (+4 -4)
📝 packages/core/src/editor/index.tsx (+5 -6)
📝 packages/core/src/editor/nodes/image/image-view.tsx (+182 -29)
📝 packages/core/src/editor/nodes/logo/logo-view.tsx (+124 -3)
packages/core/src/editor/plugins/image-upload/image-upload-plugin.ts (+133 -0)
📝 packages/core/src/extensions.ts (+12 -10)
📝 packages/core/src/styles/index.css (+15 -0)

📄 Description

First of all, thank you @Melvynx for starting this out.

Resolves #144 Resolves #142


🔄 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/arikchakma/maily.to/pull/147 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/6/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `Melvynx-feat/image-upload` --- ### 📝 Commits (6) - [`c3134cf`](https://github.com/arikchakma/maily.to/commit/c3134cf68484927af05df461ffb6278191cc91b1) feat: add image upload functionality with drag-and-drop and paste support - [`b876621`](https://github.com/arikchakma/maily.to/commit/b8766210b2b0e12aafd8fd793f2b9c2b6b454fa3) Merge branch 'feat/image-upload' of https://github.com/Melvynx/maily.to into Melvynx-feat/image-upload - [`7d1f4ca`](https://github.com/arikchakma/maily.to/commit/7d1f4ca096d21bf629b272e79597bc1f500dd90d) wip: initial idea of the upload image - [`74e06ce`](https://github.com/arikchakma/maily.to/commit/74e06ce435c309f10a1e24da17d6a78cd8386f87) feat: image dropzone - [`935d598`](https://github.com/arikchakma/maily.to/commit/935d598e95b1a30bb7a26ad3fceaf44fcf9787fe) feat: add logo dropzone - [`a3ce410`](https://github.com/arikchakma/maily.to/commit/a3ce410f995f6bc06c520a7693ea13a25d5576ab) feat: docs for image upload ### 📊 Changes **9 files changed** (+556 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/readme.md` (+21 -0) ➕ `packages/core/src/editor/extensions/image-upload/image-upload.ts` (+60 -0) 📝 `packages/core/src/editor/extensions/index.ts` (+4 -4) 📝 `packages/core/src/editor/index.tsx` (+5 -6) 📝 `packages/core/src/editor/nodes/image/image-view.tsx` (+182 -29) 📝 `packages/core/src/editor/nodes/logo/logo-view.tsx` (+124 -3) ➕ `packages/core/src/editor/plugins/image-upload/image-upload-plugin.ts` (+133 -0) 📝 `packages/core/src/extensions.ts` (+12 -10) 📝 `packages/core/src/styles/index.css` (+15 -0) </details> ### 📄 Description First of all, thank you @Melvynx for starting this out. Resolves #144 Resolves #142 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 02:13:26 +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/maily.to#410
No description provided.