Cobertos / notion_export_enhancer

Export and _enhance_, takes Notion's export and makes it just a bit more usable
MIT License
26 stars 5 forks source link

Rewrite with official Notion API #3

Open Cobertos opened 3 years ago

Cobertos commented 3 years ago

It would be nice to use notion-sdk-py to rewrite this using the official API, as it uses very little of the Notion API to function (relying on the export to do most of the work).

Notion API needs to support:

Cobertos commented 2 years ago

Icon added in recent notion API update,m https://developers.notion.com/changelog/page-icons-cover-images-new-block-types-and-improved-page-file-properties

Cobertos commented 2 years ago

Initial work done in feat/new-api