MerkulovDaniil / notion4ever

🏛 Python tool for export all your content of Notion page using official Notion API. Includes: all nested subpages, markdown files and HTMLs, nice urls, downloading locally all its content.
MIT License
142 stars 9 forks source link

Child pages #8

Open vadimkantorov opened 11 months ago

vadimkantorov commented 11 months ago

Hi!

I'm trying to fix support for child pages.

There is structured_notion['pages'][block['id']]['url'] which fails as child_page's are not registered in the structured_notion['pages'] top-level dict

This fails in practice + there is # "child_page": child_page which hints that child_page rendering was not complete / tested

Also, in my case child_page appears to have children itself, and these seem not rendered at all by the existing impl

Could you please comment on the state of support for child pages? Thanks :)