mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 06:35:53 +03:00
[PR #128] [MERGED] feat: inline image #174
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feat/inline-image📝 Commits (2)
17373f1wip8dfb64awip📊 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.