[PR #1938] [MERGED] relicense appflowy editor #5028

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1938
Author: @LucasXu0
Created: 3/8/2023
Status: Merged
Merged: 3/9/2023
Merged by: @LucasXu0

Base: mainHead: feature/editor_relicense


📝 Commits (10+)

  • b2b5729 revert:"fix: remove keyword when click selection menu item"
  • 971e88f revert(appflowy_editor):revert "feat: double asterisks/underscores to bold text"
  • 7974b7a revert(appflowy_editor):revert "fix: workaround infinity formatting"
  • 59e58bb chore(appflow_editor):update test variable after reverting
  • 5086458 chore(appflowy_editor): comment out the test for reverting
  • cb04eea chore(appflowy_editor): update variable type after reverting
  • a1e740a chore(appflowy_editor): remove unused import after reverting
  • 36c6fc6 Merge pull request #1900 from hyj1204/revert_for_relicense
  • c07d5da feat(appflowy_editor): double asterisk to bold text
  • 097b675 test(appflowy_editor): test double asterisk to bold text

📊 Changes

22 files changed (+371 additions, -468 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_menu_item.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_menu_item.dart (+1 -1)
📝 frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/horizontal_rule_node_widget.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/example/lib/plugin/AI/auto_completion.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/example/lib/plugin/AI/continue_to_write.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/example/macos/Podfile.lock (+3 -3)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/core/legacy/built_in_attribute_keys.dart (+0 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_item_widget.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_service.dart (+9 -9)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_widget.dart (+10 -7)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart (+86 -101)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+10 -12)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart (+4 -4)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart (+49 -42)
frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_handler_test.dart (+0 -277)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+188 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/slash_handler_test.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/code_block/code_block_shortcut_event.dart (+1 -1)
📝 frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/divider/divider_shortcut_event.dart (+1 -1)

...and 2 more files

📄 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/1938 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/9/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feature/editor_relicense` --- ### 📝 Commits (10+) - [`b2b5729`](https://github.com/AppFlowy-IO/AppFlowy/commit/b2b5729f94405a6858675e3d5e70e2f41b81841e) revert:"fix: remove keyword when click selection menu item" - [`971e88f`](https://github.com/AppFlowy-IO/AppFlowy/commit/971e88fcf6055839d0e1f19e45f3feafa3c16c00) revert(appflowy_editor):revert "feat: double asterisks/underscores to bold text" - [`7974b7a`](https://github.com/AppFlowy-IO/AppFlowy/commit/7974b7a5d0cee089167b837700cdc9e4b73b0266) revert(appflowy_editor):revert "fix: workaround infinity formatting" - [`59e58bb`](https://github.com/AppFlowy-IO/AppFlowy/commit/59e58bb7dcd8e42f9312636dd5f0706e359a947c) chore(appflow_editor):update test variable after reverting - [`5086458`](https://github.com/AppFlowy-IO/AppFlowy/commit/5086458b1cd0b1a3b1055e44d5d37848d16b3c4c) chore(appflowy_editor): comment out the test for reverting - [`cb04eea`](https://github.com/AppFlowy-IO/AppFlowy/commit/cb04eeafb844756428f1bb60d64ae63dbebd3ce4) chore(appflowy_editor): update variable type after reverting - [`a1e740a`](https://github.com/AppFlowy-IO/AppFlowy/commit/a1e740a6e7fe1c4ae73769f97c3f5497990adb31) chore(appflowy_editor): remove unused import after reverting - [`36c6fc6`](https://github.com/AppFlowy-IO/AppFlowy/commit/36c6fc6b1aaefda138f5a4678b2f09f05478e9bc) Merge pull request #1900 from hyj1204/revert_for_relicense - [`c07d5da`](https://github.com/AppFlowy-IO/AppFlowy/commit/c07d5da428ec1f7f02cdb1ced2345ecf37d75eec) feat(appflowy_editor): double asterisk to bold text - [`097b675`](https://github.com/AppFlowy-IO/AppFlowy/commit/097b6752d0f340433cc80fd796671eec7299f9c9) test(appflowy_editor): test double asterisk to bold text ### 📊 Changes **22 files changed** (+371 additions, -468 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/board/board_menu_item.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/grid/grid_menu_item.dart` (+1 -1) 📝 `frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/horizontal_rule_node_widget.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/example/lib/plugin/AI/auto_completion.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/example/lib/plugin/AI/continue_to_write.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/example/macos/Podfile.lock` (+3 -3) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/core/legacy/built_in_attribute_keys.dart` (+0 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_item_widget.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_service.dart` (+9 -9) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/render/selection_menu/selection_menu_widget.dart` (+10 -7) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart` (+86 -101) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+10 -12) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart` (+4 -4) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/render/selection_menu/selection_menu_widget_test.dart` (+49 -42) ➖ `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_handler_test.dart` (+0 -277) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+188 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/slash_handler_test.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/code_block/code_block_shortcut_event.dart` (+1 -1) 📝 `frontend/appflowy_flutter/packages/appflowy_editor_plugins/lib/src/divider/divider_shortcut_event.dart` (+1 -1) _...and 2 more files_ </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:16: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#5028
No description provided.