[PR #849] [MERGED] Feat: copy h1/h2/h3 styles #4386

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

📋 Pull Request Information

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

Base: mainHead: feat/copy-styles


📝 Commits (7)

📊 Changes

4 files changed (+143 additions, -341 deletions)

View changed files

frontend/app_flowy/packages/flowy_editor/example/assets/document.json (+0 -245)
📝 frontend/app_flowy/packages/flowy_editor/example/pubspec.yaml (+1 -4)
frontend/app_flowy/packages/flowy_editor/lib/src/extensions/color_extension.dart (+36 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/src/infra/html_converter.dart (+106 -92)

📄 Description

  • h1/h2/h3
  • blockquote

🔄 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/849 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 8/15/2022 **Status:** ✅ Merged **Merged:** 8/15/2022 **Merged by:** [@vincentdchan](https://github.com/vincentdchan) **Base:** `main` ← **Head:** `feat/copy-styles` --- ### 📝 Commits (7) - [`8c2cca7`](https://github.com/AppFlowy-IO/AppFlowy/commit/8c2cca7d7b23d78f1f889a46c625fe8ee2c4edfb) feat: copy h1/h2/h3 styles - [`81d4c8d`](https://github.com/AppFlowy-IO/AppFlowy/commit/81d4c8d23bc7b69615574209c8615854c75a5ec1) feat: blockquote - [`0def9e8`](https://github.com/AppFlowy-IO/AppFlowy/commit/0def9e888265366bc4da900f850a19d12f932986) feat: remove document.json from repo - [`fe7c196`](https://github.com/AppFlowy-IO/AppFlowy/commit/fe7c19666f873967382e346bc2304a535ab255d2) feat: add converter - [`e34ff50`](https://github.com/AppFlowy-IO/AppFlowy/commit/e34ff509233e4b933e89ba7e41dc079ebbc4c284) fix: CI errors - [`a3ffbe2`](https://github.com/AppFlowy-IO/AppFlowy/commit/a3ffbe2f00330a3e4e55eac19a87686869a77955) refactor: html text into class - [`e826006`](https://github.com/AppFlowy-IO/AppFlowy/commit/e826006fa704ef523712518b9c3d3938e4d127d0) refactor: color extensions ### 📊 Changes **4 files changed** (+143 additions, -341 deletions) <details> <summary>View changed files</summary> ➖ `frontend/app_flowy/packages/flowy_editor/example/assets/document.json` (+0 -245) 📝 `frontend/app_flowy/packages/flowy_editor/example/pubspec.yaml` (+1 -4) ➕ `frontend/app_flowy/packages/flowy_editor/lib/src/extensions/color_extension.dart` (+36 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/src/infra/html_converter.dart` (+106 -92) </details> ### 📄 Description - h1/h2/h3 - blockquote --- <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:35 +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#4386
No description provided.