[PR #803] [MERGED] Feat: copy styles #4354

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

📋 Pull Request Information

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

Base: mainHead: feat/copy-styles


📝 Commits (9)

  • d40a3c3 feat: copy paste check box
  • a59c809 feat: copy checkbox style
  • 4140994 feat: paste ordered list
  • e606306 feat: converter
  • 430e997 feat: convert number list
  • 20fb714 refactor: rename highlightColor to backgroundColor
  • c2a295d feat: copy styles of text delta
  • 0c0039c Merge branch 'main' into feat/copy-styles
  • a26b693 feat: add comments to HTMLConvertert

📊 Changes

4 files changed (+351 additions, -177 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/assets/example.json (+1 -1)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/infra/html_converter.dart (+331 -94)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/rich_text_style.dart (+7 -7)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart (+12 -75)

📄 Description

  • Checkbox
  • Number list
  • Text Color

🔄 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/803 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/10/2022 **Status:** ✅ Merged **Merged:** 8/10/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `main` ← **Head:** `feat/copy-styles` --- ### 📝 Commits (9) - [`d40a3c3`](https://github.com/AppFlowy-IO/AppFlowy/commit/d40a3c33fd11644199479883c2c84432056f07ff) feat: copy paste check box - [`a59c809`](https://github.com/AppFlowy-IO/AppFlowy/commit/a59c809847c8737ed1592d4b9bb2a913c72e870c) feat: copy checkbox style - [`4140994`](https://github.com/AppFlowy-IO/AppFlowy/commit/4140994fedb603c4e1a63aad6ea0af9e274a9167) feat: paste ordered list - [`e606306`](https://github.com/AppFlowy-IO/AppFlowy/commit/e60630663568f34c2b694c2d980b3a2781c8df8b) feat: converter - [`430e997`](https://github.com/AppFlowy-IO/AppFlowy/commit/430e9974be3595f322c6afb56c23ed341be8ff2d) feat: convert number list - [`20fb714`](https://github.com/AppFlowy-IO/AppFlowy/commit/20fb71455070717302c1461525a31374ceed0586) refactor: rename highlightColor to backgroundColor - [`c2a295d`](https://github.com/AppFlowy-IO/AppFlowy/commit/c2a295d9cda911a428c235d8b68d5989d0a23f40) feat: copy styles of text delta - [`0c0039c`](https://github.com/AppFlowy-IO/AppFlowy/commit/0c0039ca953c0a005e473b7b08519c0feef9c124) Merge branch 'main' into feat/copy-styles - [`a26b693`](https://github.com/AppFlowy-IO/AppFlowy/commit/a26b6938079c5d77bed6c72493bbdeed178f4742) feat: add comments to HTMLConvertert ### 📊 Changes **4 files changed** (+351 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/assets/example.json` (+1 -1) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/infra/html_converter.dart` (+331 -94) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/render/rich_text/rich_text_style.dart` (+7 -7) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart` (+12 -75) </details> ### 📄 Description - [x] Checkbox - [x] Number list - [x] Text Color --- <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:26 +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#4354
No description provided.