[PR #127] [MERGED] feat: custom html block #403

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

📋 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: mainHead: feat/html


📝 Commits (8)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/arikchakma/maily.to/pull/127 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 2/8/2025 **Status:** ✅ Merged **Merged:** 2/15/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/html` --- ### 📝 Commits (8) - [`74220ca`](https://github.com/arikchakma/maily.to/commit/74220ca6075a7e57116d98d7e296ad8ae36fea93) wip - [`d29abe6`](https://github.com/arikchakma/maily.to/commit/d29abe68f07fee8a296c28098a26edf21fc6b0f0) wip - [`d615fe8`](https://github.com/arikchakma/maily.to/commit/d615fe8b7378831c6437b3abccef0acc806d23fe) wip - [`13056ff`](https://github.com/arikchakma/maily.to/commit/13056ff093fb958413186b49b883bcbdd071be76) wip - [`dfce78b`](https://github.com/arikchakma/maily.to/commit/dfce78b76682a7bea5796d231bab1e37bdf74b61) wip - [`f32b3ad`](https://github.com/arikchakma/maily.to/commit/f32b3ad294ade05a90b92790bd8b8d30407315f2) wip - [`37d1cad`](https://github.com/arikchakma/maily.to/commit/37d1cad1b74c2b8881791657a1269646bf0e925c) Update packages/core/src/editor/extensions/maily-kit.tsx - [`d61d91f`](https://github.com/arikchakma/maily.to/commit/d61d91f15026fbcf407ebec5624772f336d565f1) Merge branch 'main' into feat/html ### 📊 Changes **16 files changed** (+1139 additions, -407 deletions) <details> <summary>View changed files</summary> 📝 `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) </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-15 02:12:54 +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#403
No description provided.