[PR #1840] [MERGED] feat: #1832 Support to import data from Markdown or Text to Document … #4968

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1840
Author: @LucasXu0
Created: 2/10/2023
Status: Merged
Merged: 2/13/2023
Merged by: @LucasXu0

Base: mainHead: import_data_from_markdown_or_text


📝 Commits (2)

  • c9248be feat: #1832 Support to import data from Markdown or Text to Document page
  • 640b05e feat: #1832 Support to import data from Markdown or Text to Document page

📊 Changes

11 files changed (+282 additions, -35 deletions)

View changed files

📝 frontend/app_flowy/assets/translations/en.json (+2 -1)
📝 frontend/app_flowy/lib/util/file_picker/file_picker_impl.dart (+27 -0)
📝 frontend/app_flowy/lib/util/file_picker/file_picker_service.dart (+14 -0)
📝 frontend/app_flowy/lib/workspace/application/app/app_bloc.dart (+5 -0)
📝 frontend/app_flowy/lib/workspace/application/app/app_service.dart (+3 -1)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart (+48 -3)
📝 frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart (+5 -1)
frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/import/import_panel.dart (+144 -0)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart (+1 -1)
📝 frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_all.dart (+26 -27)
📝 frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart (+7 -1)

📄 Description

…page


🔄 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/1840 **Author:** [@LucasXu0](https://github.com/LucasXu0) **Created:** 2/10/2023 **Status:** ✅ Merged **Merged:** 2/13/2023 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `import_data_from_markdown_or_text` --- ### 📝 Commits (2) - [`c9248be`](https://github.com/AppFlowy-IO/AppFlowy/commit/c9248bef803c9eb5a8e40247ab573b17f17f714a) feat: #1832 Support to import data from Markdown or Text to Document page - [`640b05e`](https://github.com/AppFlowy-IO/AppFlowy/commit/640b05efee9bbf5bf8bc89f6bebcf5944d004db3) feat: #1832 Support to import data from Markdown or Text to Document page ### 📊 Changes **11 files changed** (+282 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/assets/translations/en.json` (+2 -1) 📝 `frontend/app_flowy/lib/util/file_picker/file_picker_impl.dart` (+27 -0) 📝 `frontend/app_flowy/lib/util/file_picker/file_picker_service.dart` (+14 -0) 📝 `frontend/app_flowy/lib/workspace/application/app/app_bloc.dart` (+5 -0) 📝 `frontend/app_flowy/lib/workspace/application/app/app_service.dart` (+3 -1) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/add_button.dart` (+48 -3) 📝 `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/header.dart` (+5 -1) ➕ `frontend/app_flowy/lib/workspace/presentation/home/menu/app/header/import/import_panel.dart` (+144 -0) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart` (+1 -1) 📝 `frontend/app_flowy/packages/appflowy_editor/lib/src/l10n/intl/messages_all.dart` (+26 -27) 📝 `frontend/app_flowy/packages/flowy_infra_ui/lib/style_widget/button.dart` (+7 -1) </details> ### 📄 Description …page --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:16:37 +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#4968
No description provided.