[PR #1215] [CLOSED] feat: Support markdown to italicize text #4602

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/1215
Author: @ankur12-1610
Created: 10/3/2022
Status: Closed

Base: mainHead: italics


📝 Commits (2)

  • da3309d feat: underscore to italics
  • 4d3b642 feat: Added asterik to italics functionality

📊 Changes

3 files changed (+275 additions, -1 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart (+90 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+14 -0)
📝 frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+171 -1)

📄 Description

Fixes: #1059
Signed-off-by: ankur12-1610 anknerd.12@gmail.com


🔄 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/1215 **Author:** [@ankur12-1610](https://github.com/ankur12-1610) **Created:** 10/3/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `italics` --- ### 📝 Commits (2) - [`da3309d`](https://github.com/AppFlowy-IO/AppFlowy/commit/da3309dfcec5401c2b3ff749db2866dacb1fb944) feat: underscore to italics - [`4d3b642`](https://github.com/AppFlowy-IO/AppFlowy/commit/4d3b64296570a7df0a3a4f10b5fb0746f8e62128) feat: Added asterik to italics functionality ### 📊 Changes **3 files changed** (+275 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart` (+90 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+14 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+171 -1) </details> ### 📄 Description Fixes: #1059 Signed-off-by: ankur12-1610 <anknerd.12@gmail.com> --- <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#4602
No description provided.