[PR #1209] [MERGED] feat: double tildes to strikethrough text #4595

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1209
Author: @alemoreau
Created: 10/2/2022
Status: Merged
Merged: 10/6/2022
Merged by: @LucasXu0

Base: mainHead: double_tilde_to_strikethrough


📝 Commits (4)

  • be5123c feat: implement doubleTildeToStrikethrough ShortcutEventHandler
  • b52dfe1 feat: add doubleTildeToStrikethrough ShortcutEventHandler to built-in ShortcutEvents
  • d6cae56 test: add tests for double tilde to strikethrough
  • 09bf373 Merge branch 'main' into double_tilde_to_strikethrough

📊 Changes

8 files changed (+243 additions, -66 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_fr-CA.dart (+16 -16)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_hu-HU.dart (+16 -16)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_id-ID.dart (+16 -16)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_pt-PT.dart (+17 -16)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart (+64 -2)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+5 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart (+3 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+106 -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/1209 **Author:** [@alemoreau](https://github.com/alemoreau) **Created:** 10/2/2022 **Status:** ✅ Merged **Merged:** 10/6/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `double_tilde_to_strikethrough` --- ### 📝 Commits (4) - [`be5123c`](https://github.com/AppFlowy-IO/AppFlowy/commit/be5123ca21ffc402af594b0e0ee0ac45d1821f47) feat: implement doubleTildeToStrikethrough ShortcutEventHandler - [`b52dfe1`](https://github.com/AppFlowy-IO/AppFlowy/commit/b52dfe12c2ffe1d12cb9da54bb766e101c75a0b8) feat: add doubleTildeToStrikethrough ShortcutEventHandler to built-in ShortcutEvents - [`d6cae56`](https://github.com/AppFlowy-IO/AppFlowy/commit/d6cae56d7447faf4ff5185c68504bd406ba2ac06) test: add tests for double tilde to strikethrough - [`09bf373`](https://github.com/AppFlowy-IO/AppFlowy/commit/09bf373e9254364413e502f30c054f8049b1321a) Merge branch 'main' into double_tilde_to_strikethrough ### 📊 Changes **8 files changed** (+243 additions, -66 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_fr-CA.dart` (+16 -16) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_hu-HU.dart` (+16 -16) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_id-ID.dart` (+16 -16) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_pt-PT.dart` (+17 -16) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart` (+64 -2) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+5 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/infra/test_raw_key_event.dart` (+3 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+106 -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 21:38:30 +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#4595
No description provided.