[PR #1655] [MERGED] feat: #1649 [FR] Convert quill delta to appflowy document #4883

Closed
opened 2026-03-23 22:16:14 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1655
Author: @LucasXu0
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @LucasXu0

Base: mainHead: feat_1649


📝 Commits (2)

📊 Changes

7 files changed (+846 additions, -9 deletions)

View changed files

📝 frontend/app_flowy/packages/appflowy_editor/README.md (+8 -8)
frontend/app_flowy/packages/appflowy_editor/documentation/importing.md (+36 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/lib/home_page.dart (+17 -0)
📝 frontend/app_flowy/packages/appflowy_editor/example/macos/Podfile.lock (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/appflowy_editor.dart (+1 -0)
frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/quill_delta/delta_document_encoder.dart (+232 -0)
frontend/app_flowy/packages/appflowy_editor/test/plugins/quill_delta/delta_document_encoder_test.dart (+551 -0)

📄 Description

NOT support font size, text align, and nested numbered list yet.

Screenshot 2023-01-05 at 17 09 10 Screenshot 2023-01-05 at 17 09 13

🔄 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/1655 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `feat_1649` --- ### 📝 Commits (2) - [`2fb0e8d`](https://github.com/AppFlowy-IO/AppFlowy/commit/2fb0e8da283ce74c736ad4eb8aee7785649f8a2c) feat: #1649 [FR] Convert quill delta to appflowy document - [`50f9ac1`](https://github.com/AppFlowy-IO/AppFlowy/commit/50f9ac1657a744bdd9ed92d6ddf8388a39eb0d52) feat: #1649 add document for importing data ### 📊 Changes **7 files changed** (+846 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/appflowy_editor/README.md` (+8 -8) ➕ `frontend/app_flowy/packages/appflowy_editor/documentation/importing.md` (+36 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/lib/home_page.dart` (+17 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/example/macos/Podfile.lock` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/appflowy_editor.dart` (+1 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/lib/src/plugins/quill_delta/delta_document_encoder.dart` (+232 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/test/plugins/quill_delta/delta_document_encoder_test.dart` (+551 -0) </details> ### 📄 Description NOT support font size, text align, and nested numbered list yet. <img width="1589" alt="Screenshot 2023-01-05 at 17 09 10" src="https://user-images.githubusercontent.com/11863087/210742909-2aeaa2b5-f217-4890-83b7-d4e58748246d.png"> <img width="1589" alt="Screenshot 2023-01-05 at 17 09 13" src="https://user-images.githubusercontent.com/11863087/210742923-80005856-68d7-40f8-92cb-8248cfc05c16.png"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:14 +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#4883
No description provided.