[PR #1239] [MERGED] feat: implement horizontal rule #4613

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

📋 Pull Request Information

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

Base: mainHead: horizontal_rule


📝 Commits (2)

  • e6d4f9e feat: implement horizontal rule
  • e27e8e4 chore: update the menu item size for code_block, horizaontal_rule and tex_block

📊 Changes

8 files changed (+222 additions, -6 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart (+4 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/code_block_node_widget.dart (+5 -1)
frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/horizontal_rule_node_widget.dart (+167 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/tex_block_node_widget.dart (+5 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/cursor_widget.dart (+25 -3)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/selectable.dart (+9 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/backspace_handler.dart (+5 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection_service.dart (+2 -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/AppFlowy-IO/AppFlowy/pull/1239 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 10/7/2022 **Status:** ✅ Merged **Merged:** 10/7/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `horizontal_rule` --- ### 📝 Commits (2) - [`e6d4f9e`](https://github.com/AppFlowy-IO/AppFlowy/commit/e6d4f9e3f7be345423ab54dffab6a0e7ee29353b) feat: implement horizontal rule - [`e27e8e4`](https://github.com/AppFlowy-IO/AppFlowy/commit/e27e8e43e10cf140f0583b9550d8c9d2a541d433) chore: update the menu item size for code_block, horizaontal_rule and tex_block ### 📊 Changes **8 files changed** (+222 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/main.dart` (+4 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/code_block_node_widget.dart` (+5 -1) ➕ `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/horizontal_rule_node_widget.dart` (+167 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/tex_block_node_widget.dart` (+5 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/cursor_widget.dart` (+25 -3) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection/selectable.dart` (+9 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/backspace_handler.dart` (+5 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/selection_service.dart` (+2 -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>
mirror 2026-03-23 21:38:35 +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#4613
No description provided.