[PR #128] [MERGED] feat: inline image #174

Closed
opened 2026-03-01 14:40:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/128
Author: @arikchakma
Created: 2/9/2025
Status: Merged
Merged: 2/15/2025
Merged by: @arikchakma

Base: mainHead: feat/inline-image


📝 Commits (2)

📊 Changes

12 files changed (+391 additions, -6 deletions)

View changed files

📝 packages/core/src/blocks/image.tsx (+38 -0)
packages/core/src/editor/components/inline-image-menu/inline-image-bubble-menu.tsx (+96 -0)
packages/core/src/editor/components/inline-image-menu/use-inline-image-state.tsx (+32 -0)
📝 packages/core/src/editor/components/ui/link-input-popover.tsx (+1 -1)
📝 packages/core/src/editor/extensions/index.ts (+2 -0)
📝 packages/core/src/editor/extensions/slash-command/default-slash-commands.ts (+2 -1)
📝 packages/core/src/editor/index.tsx (+3 -1)
packages/core/src/editor/nodes/inline-image/inline-image.tsx (+153 -0)
📝 packages/core/src/editor/nodes/variable/variable-suggestions.tsx (+1 -1)
📝 packages/core/src/editor/provider.tsx (+2 -2)
📝 packages/core/src/editor/utils/is-custom-node-selected.ts (+2 -0)
📝 packages/render/src/maily.tsx (+59 -0)

📄 Description

No description provided


🔄 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/128 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 2/9/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/inline-image` --- ### 📝 Commits (2) - [`17373f1`](https://github.com/arikchakma/maily.to/commit/17373f1f8b48bbcb1033abf52c192b786d9242bf) wip - [`8dfb64a`](https://github.com/arikchakma/maily.to/commit/8dfb64a010f2c212a12105a125324741f22b4925) wip ### 📊 Changes **12 files changed** (+391 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/blocks/image.tsx` (+38 -0) ➕ `packages/core/src/editor/components/inline-image-menu/inline-image-bubble-menu.tsx` (+96 -0) ➕ `packages/core/src/editor/components/inline-image-menu/use-inline-image-state.tsx` (+32 -0) 📝 `packages/core/src/editor/components/ui/link-input-popover.tsx` (+1 -1) 📝 `packages/core/src/editor/extensions/index.ts` (+2 -0) 📝 `packages/core/src/editor/extensions/slash-command/default-slash-commands.ts` (+2 -1) 📝 `packages/core/src/editor/index.tsx` (+3 -1) ➕ `packages/core/src/editor/nodes/inline-image/inline-image.tsx` (+153 -0) 📝 `packages/core/src/editor/nodes/variable/variable-suggestions.tsx` (+1 -1) 📝 `packages/core/src/editor/provider.tsx` (+2 -2) 📝 `packages/core/src/editor/utils/is-custom-node-selected.ts` (+2 -0) 📝 `packages/render/src/maily.tsx` (+59 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 14:40:24 +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#174
No description provided.