[PR #608] [MERGED] feat: support subtype render plugin and add text with check-box example #4230

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

📋 Pull Request Information

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

Base: feat/flowy_editorHead: feat/flowy_editor


📝 Commits (1)

  • 55ca05f feat: support subtype render plugin and add text with check-box example

📊 Changes

11 files changed (+145 additions, -25 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/assets/document.json (+2 -2)
📝 frontend/app_flowy/packages/flowy_editor/example/assets/document.json (+6 -3)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/main.dart (+6 -1)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart (+25 -3)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart (+5 -3)
frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_with_check_box_node_widget.dart (+27 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/pubspec.lock (+14 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/pubspec.yaml (+1 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+20 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/render/render_plugins.dart (+37 -10)
📝 frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart (+2 -2)

📄 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/608 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 7/13/2022 **Status:** ✅ Merged **Merged:** 7/13/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `feat/flowy_editor` ← **Head:** `feat/flowy_editor` --- ### 📝 Commits (1) - [`55ca05f`](https://github.com/AppFlowy-IO/AppFlowy/commit/55ca05f30eb1b06f2fa3cfe9eade8c4648782eff) feat: support subtype render plugin and add text with check-box example ### 📊 Changes **11 files changed** (+145 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/assets/document.json` (+2 -2) 📝 `frontend/app_flowy/packages/flowy_editor/example/assets/document.json` (+6 -3) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/main.dart` (+6 -1) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart` (+25 -3) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart` (+5 -3) ➕ `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_with_check_box_node_widget.dart` (+27 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/pubspec.lock` (+14 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/pubspec.yaml` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+20 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/render/render_plugins.dart` (+37 -10) 📝 `frontend/app_flowy/packages/flowy_editor/test/flowy_editor_test.dart` (+2 -2) </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:36:53 +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#4230
No description provided.