[PR #869] [MERGED] Documentation for AppFlowyEditor #4404

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

📋 Pull Request Information

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

Base: mainHead: documentation/flowy_editor


📝 Commits (10+)

  • 6a527a6 docs: readme
  • 3945a64 chore: publish preparation
  • 2d04f79 chore: publish preparation
  • 5c314ae Merge branch 'AppFlowy-IO:main' into documentation/flowy_editor
  • 35d5bc9 chore: publish preparation
  • 2c2127e docs: add documentation for selectable
  • 713e6ab Merge branch 'AppFlowy-IO:main' into documentation/flowy_editor
  • 2224aa2 docs: add documentation for selectable
  • 2c1b82a docs: extending.md
  • 9356526 docs: extending.md

📊 Changes

265 files changed (+2376 additions, -1510 deletions)

View changed files

📝 .github/workflows/flowy_editor_test.yml (+1 -1)
📝 frontend/app_flowy/analysis_options.yaml (+1 -1)
📝 frontend/app_flowy/linux/flutter/generated_plugin_registrant.cc (+4 -0)
📝 frontend/app_flowy/linux/flutter/generated_plugins.cmake (+1 -0)
📝 frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift (+2 -0)
📝 frontend/app_flowy/packages/appflowy_editor/.gitignore (+2 -1)
📝 frontend/app_flowy/packages/appflowy_editor/.metadata (+0 -0)
frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md (+11 -0)
frontend/app_flowy/packages/appflowy_editor/LICENSE (+661 -0)
frontend/app_flowy/packages/appflowy_editor/README.md (+93 -0)
📝 frontend/app_flowy/packages/appflowy_editor/analysis_options.yaml (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/document.json (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/check.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/point.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/bullets.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/checkbox.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h1.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h2.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h3.svg (+0 -0)
📝 frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/number.svg (+0 -0)

...and 80 more files

📄 Description

#623


🔄 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/869 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 8/18/2022 **Status:** ✅ Merged **Merged:** 8/18/2022 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `documentation/flowy_editor` --- ### 📝 Commits (10+) - [`6a527a6`](https://github.com/AppFlowy-IO/AppFlowy/commit/6a527a6676284159820566772afdce22a3c36474) docs: readme - [`3945a64`](https://github.com/AppFlowy-IO/AppFlowy/commit/3945a648206d74e7b1b32107894f4f13fac7e31b) chore: publish preparation - [`2d04f79`](https://github.com/AppFlowy-IO/AppFlowy/commit/2d04f79e101fd9da9212f24f575b3ac0fab4d006) chore: publish preparation - [`5c314ae`](https://github.com/AppFlowy-IO/AppFlowy/commit/5c314ae664abf42049a76a13766e2047561b8931) Merge branch 'AppFlowy-IO:main' into documentation/flowy_editor - [`35d5bc9`](https://github.com/AppFlowy-IO/AppFlowy/commit/35d5bc92ac403fa66c8de5cd049e2afc7fcfeae1) chore: publish preparation - [`2c2127e`](https://github.com/AppFlowy-IO/AppFlowy/commit/2c2127e84ae47c2ed83d01ac011840cac568285b) docs: add documentation for selectable - [`713e6ab`](https://github.com/AppFlowy-IO/AppFlowy/commit/713e6abaa6210a488d17249a46faeb896d16968f) Merge branch 'AppFlowy-IO:main' into documentation/flowy_editor - [`2224aa2`](https://github.com/AppFlowy-IO/AppFlowy/commit/2224aa271e267377227293b1adbfec46d140e652) docs: add documentation for selectable - [`2c1b82a`](https://github.com/AppFlowy-IO/AppFlowy/commit/2c1b82a9168cdfc811ddedac19714a01a03ebfc7) docs: extending.md - [`9356526`](https://github.com/AppFlowy-IO/AppFlowy/commit/93565269f00a9afd39acfc5cde66bec5bba70a53) docs: extending.md ### 📊 Changes **265 files changed** (+2376 additions, -1510 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/flowy_editor_test.yml` (+1 -1) 📝 `frontend/app_flowy/analysis_options.yaml` (+1 -1) 📝 `frontend/app_flowy/linux/flutter/generated_plugin_registrant.cc` (+4 -0) 📝 `frontend/app_flowy/linux/flutter/generated_plugins.cmake` (+1 -0) 📝 `frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift` (+2 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/.gitignore` (+2 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/.metadata` (+0 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/CHANGELOG.md` (+11 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/LICENSE` (+661 -0) ➕ `frontend/app_flowy/packages/appflowy_editor/README.md` (+93 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/analysis_options.yaml` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/document.json` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/check.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/point.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/bullets.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/checkbox.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h1.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h2.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/h3.svg` (+0 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/assets/images/popup_list/number.svg` (+0 -0) _...and 80 more files_ </details> ### 📄 Description [#623](https://github.com/AppFlowy-IO/AppFlowy/issues/623) --- <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:39 +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#4404
No description provided.