mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[PR #127] [MERGED] feat: custom html block #403
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#403
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/127
Author: @arikchakma
Created: 2/8/2025
Status: ✅ Merged
Merged: 2/15/2025
Merged by: @arikchakma
Base:
main← Head:feat/html📝 Commits (8)
74220cawipd29abe6wipd615fe8wip13056ffwipdfce78bwipf32b3adwip37d1cadUpdate packages/core/src/editor/extensions/maily-kit.tsxd61d91fMerge branch 'main' into feat/html📊 Changes
16 files changed (+1139 additions, -407 deletions)
View changed files
📝
packages/core/package.json(+3 -0)➕
packages/core/src/blocks/code.tsx(+18 -0)➕
packages/core/src/editor/components/html-menu/html-menu.tsx(+116 -0)➕
packages/core/src/editor/components/html-menu/use-html-state.ts(+19 -0)📝
packages/core/src/editor/components/show-popover.tsx(+7 -9)📝
packages/core/src/editor/extensions/index.ts(+2 -0)📝
packages/core/src/editor/extensions/maily-kit.tsx(+2 -0)📝
packages/core/src/editor/extensions/slash-command/default-slash-commands.ts(+2 -0)📝
packages/core/src/editor/index.tsx(+2 -0)➕
packages/core/src/editor/nodes/html/html-view.tsx(+64 -0)➕
packages/core/src/editor/nodes/html/html.tsx(+146 -0)📝
packages/core/src/editor/utils/is-custom-node-selected.ts(+2 -0)📝
packages/core/src/styles/index.css(+187 -56)📝
packages/render/package.json(+2 -1)📝
packages/render/src/maily.tsx(+41 -0)📝
pnpm-lock.yaml(+526 -341)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.