[PR #86] [MERGED] feat: variables function #140

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

📋 Pull Request Information

Original PR: https://github.com/arikchakma/maily.to/pull/86
Author: @arikchakma
Created: 12/14/2024
Status: Merged
Merged: 12/17/2024
Merged by: @arikchakma

Base: mainHead: feat/prevent-new-variables


📝 Commits (9)

📊 Changes

16 files changed (+259 additions, -117 deletions)

View changed files

📝 packages/core/readme.md (+51 -21)
📝 packages/core/src/editor/components/column-menu/columns-bubble-menu-content.tsx (+1 -0)
📝 packages/core/src/editor/components/for-menu/for-bubble-menu.tsx (+18 -7)
📝 packages/core/src/editor/components/image-menu/image-bubble-menu.tsx (+1 -0)
📝 packages/core/src/editor/components/section-menu/section-bubble-menu.tsx (+1 -0)
📝 packages/core/src/editor/components/show-popover.tsx (+41 -21)
📝 packages/core/src/editor/components/spacer-menu/spacer-bubble-menu.tsx (+1 -0)
📝 packages/core/src/editor/components/ui/input-autocomplete.tsx (+23 -24)
📝 packages/core/src/editor/extensions/index.ts (+2 -2)
📝 packages/core/src/editor/index.tsx (+6 -5)
📝 packages/core/src/editor/nodes/button/button-view.tsx (+1 -0)
📝 packages/core/src/editor/nodes/variable/variable-suggestions.tsx (+20 -23)
📝 packages/core/src/editor/nodes/variable/variable-view.tsx (+14 -3)
📝 packages/core/src/editor/provider.tsx (+22 -11)
packages/core/src/editor/utils/use-outside-click.ts (+26 -0)
packages/core/src/editor/utils/variable.ts (+31 -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/86 **Author:** [@arikchakma](https://github.com/arikchakma) **Created:** 12/14/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@arikchakma](https://github.com/arikchakma) **Base:** `main` ← **Head:** `feat/prevent-new-variables` --- ### 📝 Commits (9) - [`7c207c5`](https://github.com/arikchakma/maily.to/commit/7c207c564824864a9b8a04d00db00f555c94bb26) feat: prevent from adding new variables - [`f3a1023`](https://github.com/arikchakma/maily.to/commit/f3a10237b29ee0189cc9256558e4b13f03f9c217) wip - [`5dff5fe`](https://github.com/arikchakma/maily.to/commit/5dff5fe00458d8e831be1cd285df95091e17bd5a) feat: show key auto complete - [`4035183`](https://github.com/arikchakma/maily.to/commit/40351832395eda8439c33263161bb8809fcf3999) fix: variables function - [`56a2aa3`](https://github.com/arikchakma/maily.to/commit/56a2aa3e3b0ddcccb1bb243ab5a561a48ca952fe) refactor: process variables - [`9f6db3d`](https://github.com/arikchakma/maily.to/commit/9f6db3def601f490158da9e39d577011d16fabf2) wip: target type - [`f63550a`](https://github.com/arikchakma/maily.to/commit/f63550a598745b1ec625d1be87ea6c68f3a695df) wip: rename `target` to `from` - [`66f71c9`](https://github.com/arikchakma/maily.to/commit/66f71c9d88756fa9d9029e10e37d2c90be25eab8) feat: new variables doc - [`2cc2be5`](https://github.com/arikchakma/maily.to/commit/2cc2be567fc1cdbeba2f1cf4e548dc55dbc3f214) fix: variable trigger character ### 📊 Changes **16 files changed** (+259 additions, -117 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/readme.md` (+51 -21) 📝 `packages/core/src/editor/components/column-menu/columns-bubble-menu-content.tsx` (+1 -0) 📝 `packages/core/src/editor/components/for-menu/for-bubble-menu.tsx` (+18 -7) 📝 `packages/core/src/editor/components/image-menu/image-bubble-menu.tsx` (+1 -0) 📝 `packages/core/src/editor/components/section-menu/section-bubble-menu.tsx` (+1 -0) 📝 `packages/core/src/editor/components/show-popover.tsx` (+41 -21) 📝 `packages/core/src/editor/components/spacer-menu/spacer-bubble-menu.tsx` (+1 -0) 📝 `packages/core/src/editor/components/ui/input-autocomplete.tsx` (+23 -24) 📝 `packages/core/src/editor/extensions/index.ts` (+2 -2) 📝 `packages/core/src/editor/index.tsx` (+6 -5) 📝 `packages/core/src/editor/nodes/button/button-view.tsx` (+1 -0) 📝 `packages/core/src/editor/nodes/variable/variable-suggestions.tsx` (+20 -23) 📝 `packages/core/src/editor/nodes/variable/variable-view.tsx` (+14 -3) 📝 `packages/core/src/editor/provider.tsx` (+22 -11) ➕ `packages/core/src/editor/utils/use-outside-click.ts` (+26 -0) ➕ `packages/core/src/editor/utils/variable.ts` (+31 -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:15 +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#140
No description provided.