[PR #1143] [MERGED] feat: backquote to code text #4557

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1143
Author: @MrHeer
Created: 9/23/2022
Status: Merged
Merged: 10/1/2022
Merged by: @LucasXu0

Base: mainHead: feat/markdown_syntax_to_code_text


📝 Commits (3)

  • 39bbfe1 feat: backquote to code text
  • 9604bc0 test: add unit test for backquote to code
  • 3156568 Merge branch 'main' into feat/markdown_syntax_to_code_text

📊 Changes

4 files changed (+291 additions, -0 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/lib/src/extensions/text_node_extensions.dart (+5 -0)
frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart (+126 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart (+6 -0)
frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart (+154 -0)

📄 Description

Resolve #1065

  • logic
  • test

🔄 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/1143 **Author:** [@MrHeer](https://github.com/MrHeer) **Created:** 9/23/2022 **Status:** ✅ Merged **Merged:** 10/1/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat/markdown_syntax_to_code_text` --- ### 📝 Commits (3) - [`39bbfe1`](https://github.com/AppFlowy-IO/AppFlowy/commit/39bbfe109d6a68894a90af650bf82dd9b89622cf) feat: backquote to code text - [`9604bc0`](https://github.com/AppFlowy-IO/AppFlowy/commit/9604bc06bb64fe111f04045291b083101a69afd5) test: add unit test for backquote to code - [`3156568`](https://github.com/AppFlowy-IO/AppFlowy/commit/3156568594f9e4d2dbdb20c52c87ede34fa61d4e) Merge branch 'main' into feat/markdown_syntax_to_code_text ### 📊 Changes **4 files changed** (+291 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/extensions/text_node_extensions.dart` (+5 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/service/internal_key_event_handlers/markdown_syntax_to_styled_text.dart` (+126 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/service/shortcut_event/built_in_shortcut_events.dart` (+6 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/test/service/internal_key_event_handlers/markdown_syntax_to_styled_text_test.dart` (+154 -0) </details> ### 📄 Description Resolve #1065 - [x] logic - [x] test --- <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:20 +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#4557
No description provided.