[PR #761] [MERGED] Feat: copy html from document #4323

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/761
Author: @vincentdchan
Created: 8/3/2022
Status: Merged
Merged: 8/4/2022
Merged by: @vincentdchan

Base: mainHead: feat/copy-as-html


📝 Commits (5)

  • 2a6412f feat: copy from html
  • 8da6faa feat: node traverser
  • 7ef053e feat: copy multiple text
  • 061168b refactor: use contant variable
  • 2eecda0 refactor: from node traverser to node iterator

📊 Changes

4 files changed (+202 additions, -33 deletions)

View changed files

frontend/app_flowy/packages/flowy_editor/lib/document/node_iterator.dart (+64 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/infra/html_converter.dart (+76 -24)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/copy_paste_handler.dart (+61 -8)
📝 frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart (+1 -1)

📄 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/761 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/3/2022 **Status:** ✅ Merged **Merged:** 8/4/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `main` ← **Head:** `feat/copy-as-html` --- ### 📝 Commits (5) - [`2a6412f`](https://github.com/AppFlowy-IO/AppFlowy/commit/2a6412f81a53f7f96d743f8ef87618e7046fdef9) feat: copy from html - [`8da6faa`](https://github.com/AppFlowy-IO/AppFlowy/commit/8da6faa74bc36064ea1511ebd99b1162f4ceffe8) feat: node traverser - [`7ef053e`](https://github.com/AppFlowy-IO/AppFlowy/commit/7ef053eb0d6477ef9c9e1de1fe1c4bd92e817370) feat: copy multiple text - [`061168b`](https://github.com/AppFlowy-IO/AppFlowy/commit/061168bd8278fab18aee3b7fb63edc39e5976653) refactor: use contant variable - [`2eecda0`](https://github.com/AppFlowy-IO/AppFlowy/commit/2eecda0483e2de585d90a0721a41d12da9f91ef7) refactor: from node traverser to node iterator ### 📊 Changes **4 files changed** (+202 additions, -33 deletions) <details> <summary>View changed files</summary> ➕ `frontend/app_flowy/packages/flowy_editor/lib/document/node_iterator.dart` (+64 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/infra/html_converter.dart` (+76 -24) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/internal_key_event_handlers/copy_paste_handler.dart` (+61 -8) 📝 `frontend/app_flowy/packages/flowy_editor/lib/service/selection_service.dart` (+1 -1) </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:18 +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#4323
No description provided.