[PR #1944] [MERGED] feat(appflowy_editor): double underscore to bold text for relicensing #5034

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

📋 Pull Request Information

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

Base: feature/editor_relicenseHead: feature/editor_relicense


📝 Commits (8)

  • c07d5da feat(appflowy_editor): double asterisk to bold text
  • 097b675 test(appflowy_editor): test double asterisk to bold text
  • 11e1551 fix(appflowy_editor): delete slash after a selection menu item is selected
  • 816e491 test(appflowy_editor): test selection menu widget after clicking
  • 460ce5e feat(appflowy_editor): double underscore to bold text
  • 7682228 test(appflowy_editor): test double underscore to bold text
  • 5c1ef30 chore(appflowy_editor): put checkbox testing back
  • 1aaff64 Merge branch 'feature/editor_relicense' into feature/editor_relicense

📊 Changes

5 files changed (+209 additions, -49 deletions)

View changed files

📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart (+59 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+5 -2)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart (+3 -0)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart (+48 -47)
📝 frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+94 -0)

📄 Description

Add the feature "double underscore to bold text" and its testing for relicensing.
Put checkbox testing back.

Related to #1900
Fixes issue #1881
Related to #1938


🔄 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/1944 **Author:** [@hyj1204](https://github.com/hyj1204) **Created:** 3/8/2023 **Status:** ✅ Merged **Merged:** 3/9/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `feature/editor_relicense` ← **Head:** `feature/editor_relicense` --- ### 📝 Commits (8) - [`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 - [`11e1551`](https://github.com/AppFlowy-IO/AppFlowy/commit/11e1551a55e1c254478851b5378b968830a8949b) fix(appflowy_editor): delete slash after a selection menu item is selected - [`816e491`](https://github.com/AppFlowy-IO/AppFlowy/commit/816e49162579753232b93dcd0b7290e260d1c07b) test(appflowy_editor): test selection menu widget after clicking - [`460ce5e`](https://github.com/AppFlowy-IO/AppFlowy/commit/460ce5ef370e8ce8568c39d427f8ac4f6d2673cd) feat(appflowy_editor): double underscore to bold text - [`7682228`](https://github.com/AppFlowy-IO/AppFlowy/commit/7682228183c4c0ddf635043c942e6aaab157182b) test(appflowy_editor): test double underscore to bold text - [`5c1ef30`](https://github.com/AppFlowy-IO/AppFlowy/commit/5c1ef30469deb551b4280cdc93b5d067fea17e12) chore(appflowy_editor): put checkbox testing back - [`1aaff64`](https://github.com/AppFlowy-IO/AppFlowy/commit/1aaff645f372db0fbdd8bdeee07b77ccf243970d) Merge branch 'feature/editor_relicense' into feature/editor_relicense ### 📊 Changes **5 files changed** (+209 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart` (+59 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+5 -2) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/infra/test_raw_key_event.dart` (+3 -0) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/render/rich_text/checkbox_text_test.dart` (+48 -47) 📝 `frontend/appflowy_flutter/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+94 -0) </details> ### 📄 Description Add the feature "double underscore to bold text" and its testing for relicensing. Put checkbox testing back. Related to #1900 Fixes issue #1881 Related to #1938 --- <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:55 +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#5034
No description provided.