Notion Page To Html Versions Save

NodeJS tool to convert public Notion pages to HTML from page ID

v1.2.0

1 year ago
  • Add support to notions's subdomains like mysubdomain.notion.site
  • Dependencies update
  • parse method is no longer available. convert method maybe used instead.

v1.1.3

2 years ago
  • Handle redirect pages errors

v1.1.2

2 years ago
  • fix 403 status on uploaded cover images
  • update dependencies

v1.1.1

2 years ago

This release adds utf-8 support to fix a bug that would make some characters render as question marks

v1.1.0

3 years ago
  • [BC] Remove article tag. All content is now body direct child

v1.0.3

3 years ago
  • Fix grey background HEX color.

v1.0.2

3 years ago
  • fix require import

v1.0.1

3 years ago
  • Remove node-fetch dependency
  • Update other dependencies

v0.6.1

3 years ago
  • Fix some image to base64 conversion errors when trying to get source from notion.so.

0.5.0

3 years ago

Most of native notion blocks are currently supported:

  • Headings
  • Text With Decorations
  • Quote
  • Image
  • YouTube Videos
  • Code
  • Math Equations
  • To-do
  • Checkbox
  • Bulleted Lists
  • Numbered Lists
  • Divider

Toggle lists, embeds and nested blocks are not supported.