mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #2911] [FR] Import a page from the zip file provided by Notion #1277
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1277
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Mukund-Tandon on GitHub (Jun 29, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2911
Originally assigned to: @appflowy, @qinluhe on GitHub.
Description
When we export a page from Notion we get a zip file, which contains a markdown file with all the page contents and another folder having all the assets of the page like images.
In the import panel, there should be an option for importing from Notion. Then, we should have options to select what we want to import, such as pages, boards, grids, or calendars. When the user clicks on "pages" they should be able to select the zip file and import their page from there.
Impact
Any user who wants to import a page from Notion
Additional Context
No response
@Mukund-Tandon commented on GitHub (Jun 29, 2023):
I would like to work on this issue
@Logiquo commented on GitHub (Jun 30, 2023):
i think it would be better to fetch notion raw data using notion public api instead of using exported markdown since some info will be missing with exported markdown.
@Mukund-Tandon commented on GitHub (Jul 1, 2023):
I think we can also implement fetching data from the Notion API along with the zip file. Since the Notion API does not provide the complete workspace, we need to use the export workspace option, which gives us a zip file. This issue is a prerequisite for that step.
Additionally, could you please let me know what things are missing with the exported markdown so that I can handle those cases appropriately?
@Logiquo commented on GitHub (Jul 5, 2023):
one example would be "Notion pages that contain parentheses or dashes in the title will have them removed by Notion while exporting your data so the file will be created without them, even though the link itself will still retain them." as quoted from an opensource implementation of notion2obsidian converter.
@AkechiShiro commented on GitHub (Jul 24, 2024):
Any milestone version for this feature @annieappflowy ?
@appflowy commented on GitHub (Dec 30, 2024):
We support importing notion as a new workspace. I will close this FR
@MarcusDelvecchio commented on GitHub (Jan 16, 2025):
Considering it seems like a common experience where the Notion workspace exports never actually succeed (I have been waiting for the email for hours), another import method would be highly valuable.
As mentioned in the original post, if we could import the .html file and the corresponding assets folder—or at least if there would some workaround to mock import the single exported file pair mentioned as a single-file workspace, this would be great. I am easily able to export my single notion file as a .html and assets folder pair, and am able to import said .html file into AppFlowy, but not the assets.
This import issue is preventing me from using the application as a drop-in alternative, but sadly Notion is difficult about exporting.
Edit: opened a separate FR here