[PR #1521] [CLOSED] Typo #4794

Closed
opened 2026-03-23 22:15:51 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1521
Author: @LucasXu0
Created: 12/1/2022
Status: Closed

Base: mainHead: typo


📝 Commits (3)

  • fc17612 feat: init appflowy editor plugins
  • 6aa4c71 feat: move divider plugin to appflowy editor plugins directory
  • ace69c6 chore: checklist.panelTitle typo

📊 Changes

15 files changed (+320 additions, -167 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/pages/simple_editor.dart (+11 -0)
frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/horizontal_rule_node_widget.dart (+0 -166)
📝 frontend/app_flowy/packages/appflowy_editor/example/pubspec.yaml (+2 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/.gitignore (+30 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/.metadata (+10 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/CHANGELOG.md (+3 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/LICENSE (+1 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/README.md (+39 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/analysis_options.yaml (+4 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/lib/appflowy_editor_plugins.dart (+4 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/divider/divider_node_widget.dart (+84 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/divider/divider_shortcut_event.dart (+72 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/pubspec.yaml (+58 -0)
frontend/app_flowy/packages/appflowy_editor_plugins/test/appflowy_editor_plugins_test.dart (+1 -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/1521 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 12/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `typo` --- ### 📝 Commits (3) - [`fc17612`](https://github.com/AppFlowy-IO/AppFlowy/commit/fc17612b42768e922f5eed104595facf12eb82c0) feat: init appflowy editor plugins - [`6aa4c71`](https://github.com/AppFlowy-IO/AppFlowy/commit/6aa4c71f37dff8cd96dc12bb62795cadac11c0b3) feat: move divider plugin to appflowy editor plugins directory - [`ace69c6`](https://github.com/AppFlowy-IO/AppFlowy/commit/ace69c6a1524f8a147eae4ad17f812f454bb69d4) chore: checklist.panelTitle typo ### 📊 Changes **15 files changed** (+320 additions, -167 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/pages/simple_editor.dart` (+11 -0) ➖ `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/horizontal_rule_node_widget.dart` (+0 -166) 📝 `frontend/app_flowy/packages/appflowy_editor/example/pubspec.yaml` (+2 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/.gitignore` (+30 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/.metadata` (+10 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/CHANGELOG.md` (+3 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/LICENSE` (+1 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/README.md` (+39 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/analysis_options.yaml` (+4 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/lib/appflowy_editor_plugins.dart` (+4 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/divider/divider_node_widget.dart` (+84 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/lib/src/divider/divider_shortcut_event.dart` (+72 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/pubspec.yaml` (+58 -0) ➕ `frontend/app_flowy/packages/appflowy_editor_plugins/test/appflowy_editor_plugins_test.dart` (+1 -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 22:15:51 +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#4794
No description provided.