[PR #835] [MERGED] Feat: copy styles #4375

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/835
Author: @vincentdchan
Created: 8/12/2022
Status: Merged
Merged: 8/12/2022
Merged by: @vincentdchan

Base: mainHead: feat/copy-styles


📝 Commits (5)

📊 Changes

3 files changed (+103 additions, -7 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/lib/src/document/selection.dart (+7 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/infra/html_converter.dart (+94 -6)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart (+2 -1)

📄 Description

Copy the style as HTML, inlcluding:

  • italic
  • underline
  • strikethrough

🔄 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/835 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `main` ← **Head:** `feat/copy-styles` --- ### 📝 Commits (5) - [`ee80fd5`](https://github.com/AppFlowy-IO/AppFlowy/commit/ee80fd5d972b4ed4e5c57824b4747c7250f1d85e) feat: copy underline - [`690ec5c`](https://github.com/AppFlowy-IO/AppFlowy/commit/690ec5cc94c08070414090f606426d10f1627b64) feat: italic - [`0f404e5`](https://github.com/AppFlowy-IO/AppFlowy/commit/0f404e55274cb5ead4fe1c29f102c2022aceae6e) feat: strike - [`61aaa20`](https://github.com/AppFlowy-IO/AppFlowy/commit/61aaa20113a16914593a4c3001098f8015764e86) feat: handle text-decoration for text styles - [`53cb059`](https://github.com/AppFlowy-IO/AppFlowy/commit/53cb05998bd3ae6f091a433830e0093176b97ffc) feat(doc): HTML converter ### 📊 Changes **3 files changed** (+103 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/document/selection.dart` (+7 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/infra/html_converter.dart` (+94 -6) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/service/internal_key_event_handlers/copy_paste_handler.dart` (+2 -1) </details> ### 📄 Description Copy the style as HTML, inlcluding: - italic - underline - strikethrough --- <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#4375
No description provided.