[PR #786] [MERGED] implement markdown input style, like, #, *, -, -[] #12754

Closed
opened 2026-03-24 21:43:16 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/786
Author: @LucasXu0
Created: 8/8/2022
Status: Merged
Merged: 8/8/2022
Merged by: @appflowy

Base: mainHead: feat/markdown_input


📝 Commits (3)

  • 849e19e fix: popuplist will not show when the selection is not collapsed
  • 7855e54 feat: convert text to bulleted list style when inputing '* ' or '- '
  • 19fc154 feat: implement markdown input, like, #, *, -, -[]

📊 Changes

4 files changed (+166 additions, -23 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/service/editor_service.dart (+2 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/delete_text_handler.dart (+13 -5)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/slash_handler.dart (+20 -18)
frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/whitespace_handler.dart (+131 -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/786 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/8/2022 **Status:** ✅ Merged **Merged:** 8/8/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `feat/markdown_input` --- ### 📝 Commits (3) - [`849e19e`](https://github.com/AppFlowy-IO/AppFlowy/commit/849e19e1ef8b14c4af911c04e7c9640597d8483e) fix: popuplist will not show when the selection is not collapsed - [`7855e54`](https://github.com/AppFlowy-IO/AppFlowy/commit/7855e5403ceeee9a434c4ff11079fbc38dceb092) feat: convert text to bulleted list style when inputing '* ' or '- ' - [`19fc154`](https://github.com/AppFlowy-IO/AppFlowy/commit/19fc1546810b0d22593914229284a6915b27e46a) feat: implement markdown input, like, #, *, -, -[] ### 📊 Changes **4 files changed** (+166 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/editor_service.dart` (+2 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/delete_text_handler.dart` (+13 -5) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/slash_handler.dart` (+20 -18) ➕ `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/whitespace_handler.dart` (+131 -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-24 21:43:16 +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#12754
No description provided.