[PR #1220] [MERGED] feat: added numbered list to the slash menu #4603

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1220
Author: @hyusap
Created: 10/3/2022
Status: Merged
Merged: 10/5/2022
Merged by: @LucasXu0

Base: mainHead: num-list


📝 Commits (2)

  • 3e620ed feat: added numbered list to the slash menu
  • 2501c15 chore: update l10n and fix selection_menu_widget_test

📊 Changes

12 files changed (+169 additions, -56 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/code_block_node_widget.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_cs_CZ.arb (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_all.dart (+8 -0)
frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_cs-CZ.dart (+44 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_fr-FR.dart (+16 -16)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_it-IT.dart (+16 -16)
frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_nl-NL.dart (+43 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_pt-BR.dart (+17 -16)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/l10n.dart (+2 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_service.dart (+8 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/default_text_operations/format_rich_text_style.dart (+7 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart (+7 -7)

📄 Description

solves #1068


🔄 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/1220 **Author:** [@hyusap](https://github.com/hyusap) **Created:** 10/3/2022 **Status:** ✅ Merged **Merged:** 10/5/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `num-list` --- ### 📝 Commits (2) - [`3e620ed`](https://github.com/AppFlowy-IO/AppFlowy/commit/3e620ed3358be9f1e6e63d2daae7c9d6290a1343) feat: added numbered list to the slash menu - [`2501c15`](https://github.com/AppFlowy-IO/AppFlowy/commit/2501c15a8f1b75dda110cf201fc96a85cd382629) chore: update l10n and fix selection_menu_widget_test ### 📊 Changes **12 files changed** (+169 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/plugin/code_block_node_widget.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_cs_CZ.arb` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_all.dart` (+8 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_cs-CZ.dart` (+44 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_fr-FR.dart` (+16 -16) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_it-IT.dart` (+16 -16) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_nl-NL.dart` (+43 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_pt-BR.dart` (+17 -16) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/l10n.dart` (+2 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_service.dart` (+8 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/default_text_operations/format_rich_text_style.dart` (+7 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart` (+7 -7) </details> ### 📄 Description solves #1068 --- <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:32 +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#4603
No description provided.