asnunes / notion-page-to-html

NodeJS tool to convert public Notion pages to HTML from page ID
MIT License
163 stars 45 forks source link

Private pages? #7

Closed mattcasey closed 3 years ago

mattcasey commented 3 years ago

Hi, this does exactly what I need. For my use case, all the pages I want to convert are private. I'm willing to help submit a PR because it doesn't look like any other library can parse Notion blocks into HTML.

Alternatively, I'm already using the nishan library to talk to the API, and I really just need an exposed method that allowed me to pass blocks into it.

I'm not sure which is easiest, but again happy to submit a PR.

mattcasey commented 3 years ago

I changed my mind. I ended up using https://github.com/splitbee/react-notion because I can convert React to HTML.