[PR #628] [MERGED] Feat: delta to json #4251

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/628
Author: @vincentdchan
Created: 7/18/2022
Status: Merged
Merged: 7/18/2022
Merged by: @LucasXu0

Base: feat/flowy_editorHead: feat/delta-to-json


📝 Commits (2)

  • f910b9d feat: delta to string
  • ac228a5 refactor: better abstract style

📊 Changes

5 files changed (+94 additions, -33 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/assets/document.json (+5 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+7 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart (+1 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/text_delta.dart (+48 -32)
📝 frontend/app_flowy/packages/flowy_editor/test/delta_test.dart (+33 -0)

📄 Description

This PR is implementing the conversation between Delta and JSON.


🔄 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/628 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/18/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `feat/flowy_editor` ← **Head:** `feat/delta-to-json` --- ### 📝 Commits (2) - [`f910b9d`](https://github.com/AppFlowy-IO/AppFlowy/commit/f910b9dc61cb757cd992c47f431f368902122f66) feat: delta to string - [`ac228a5`](https://github.com/AppFlowy-IO/AppFlowy/commit/ac228a5316ca9ef3e6dc8935acad5f6442952c3c) refactor: better abstract style ### 📊 Changes **5 files changed** (+94 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/assets/document.json` (+5 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+7 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/text_delta.dart` (+48 -32) 📝 `frontend/app_flowy/packages/flowy_editor/test/delta_test.dart` (+33 -0) </details> ### 📄 Description This PR is implementing the conversation between `Delta` and JSON. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:59 +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#4251
No description provided.