[PR #644] [MERGED] Feat: insert text at cursor #4257

Closed
opened 2026-03-23 21:37:00 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/644
Author: @vincentdchan
Created: 7/19/2022
Status: Merged
Merged: 7/19/2022
Merged by: @LucasXu0

Base: feat/flowy_editorHead: feat/insert-text-at-cursor


📝 Commits (3)

  • abe0658 feat: insert text at cursor
  • 8c6c9f7 feat: transform betweens global/local cursor
  • 7b513a7 feat: handle Delete key

📊 Changes

4 files changed (+214 additions, -39 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart (+155 -22)
📝 frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/transaction.dart (+4 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/transaction_builder.dart (+54 -15)

📄 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/AppFlowy-IO/AppFlowy/pull/644 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 7/19/2022 **Status:** ✅ Merged **Merged:** 7/19/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `feat/flowy_editor` ← **Head:** `feat/insert-text-at-cursor` --- ### 📝 Commits (3) - [`abe0658`](https://github.com/AppFlowy-IO/AppFlowy/commit/abe0658cd3a8a3e8679207d49ff9efbaad454f5e) feat: insert text at cursor - [`8c6c9f7`](https://github.com/AppFlowy-IO/AppFlowy/commit/8c6c9f7c0de275e6bb159baadb857534c9771304) feat: transform betweens global/local cursor - [`7b513a7`](https://github.com/AppFlowy-IO/AppFlowy/commit/7b513a71a952eb8aacba28695034a5aadfbd7026) feat: handle Delete key ### 📊 Changes **4 files changed** (+214 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart` (+155 -22) 📝 `frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/transaction.dart` (+4 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/transaction_builder.dart` (+54 -15) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:37:00 +00: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
AppFlowy-IO/AppFlowy#4257
No description provided.