[PR #837] [CLOSED] feat: Implement tab indentation in bulleted list #4377

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/837
Author: @LucasXu0
Created: 8/12/2022
Status: Closed

Base: mainHead: feat/#836


📝 Commits (1)

📊 Changes

6 files changed (+194 additions, -32 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart (+43 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/state_tree.dart (+10 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/bulleted_list_text.dart (+58 -24)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/default_key_event_handlers.dart (+2 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler.dart (+9 -7)
frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/tab_handler.dart (+72 -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/837 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/12/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feat/#836` --- ### 📝 Commits (1) - [`0831c86`](https://github.com/AppFlowy-IO/AppFlowy/commit/0831c868c2a15500c4b4f6cdc0e5ed39e0d30318) feat: #836 ### 📊 Changes **6 files changed** (+194 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/node.dart` (+43 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/state_tree.dart` (+10 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/bulleted_list_text.dart` (+58 -24) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/default_key_event_handlers.dart` (+2 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/enter_without_shift_in_text_node_handler.dart` (+9 -7) ➕ `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/tab_handler.dart` (+72 -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:37: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#4377
No description provided.