Open Mukund-Tandon opened 1 year ago
I would like to work on this issue
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.
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.
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?
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.
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?
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.
Any milestone version for this feature @annieappflowy ?
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