[PR #118] [MERGED] feat: add show for heading and paragraph #168

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/118
Author: @arikchakma
Created: 1/26/2025
Status: Merged
Merged: 1/29/2025
Merged by: @arikchakma

Base: mainHead: feat/heading


📝 Commits (3)

  • 1bfab6a feat: add show for heading and paragraph
  • 3bfac26 Merge branch 'main' into feat/heading
  • 62f5aed fix: extensions

📊 Changes

6 files changed (+110 additions, -11 deletions)

View changed files

📝 packages/core/src/editor/components/text-menu/text-bubble-menu.tsx (+22 -0)
📝 packages/core/src/editor/components/text-menu/use-text-menu-state.tsx (+7 -0)
📝 packages/core/src/editor/extensions/maily-kit.tsx (+15 -11)
packages/core/src/editor/nodes/heading/heading.ts (+28 -0)
packages/core/src/editor/nodes/paragraph/paragraph.ts (+28 -0)
📝 packages/render/src/maily.tsx (+10 -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/118 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 1/26/2025 **Status:** ✅ Merged **Merged:** 1/29/2025 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/heading` --- ### 📝 Commits (3) - [`1bfab6a`](https://github.com/arikchakma/maily.to/commit/1bfab6a4ba5c4a9642618c256ed2156287ce8378) feat: add show for heading and paragraph - [`3bfac26`](https://github.com/arikchakma/maily.to/commit/3bfac268631aa52e3ed7952c9170e56bd440b7f2) Merge branch 'main' into feat/heading - [`62f5aed`](https://github.com/arikchakma/maily.to/commit/62f5aed6b3ba8d456c94dfa6b66bfb5d0ad0b62d) fix: extensions ### 📊 Changes **6 files changed** (+110 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/editor/components/text-menu/text-bubble-menu.tsx` (+22 -0) 📝 `packages/core/src/editor/components/text-menu/use-text-menu-state.tsx` (+7 -0) 📝 `packages/core/src/editor/extensions/maily-kit.tsx` (+15 -11) ➕ `packages/core/src/editor/nodes/heading/heading.ts` (+28 -0) ➕ `packages/core/src/editor/nodes/paragraph/paragraph.ts` (+28 -0) 📝 `packages/render/src/maily.tsx` (+10 -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:22 +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#168
No description provided.