type
status
date
slug
summary
tags
category
icon
url
sync
"Notion Page To HTML" is a
NodeJS
tool that can convert public Notion pages into HTML
format. It supports a variety of Notion native blocks such as headings, text, images, videos, etc., but does not include embeds and tables. This tool is suitable for using Notion as a content management system, allowing users to make pages private after conversion while offering highly customizable output options.Key Points
- Tool Features: It supports the conversion of most Notion native blocks to HTML, but currently does not support embeds and tables.
- Use Case: Ideal for using Notion as a CMS, the converted pages are fully independent, with images converted to base64 format.
- Customization Options: Users can customize the HTML output, including whether to include styles, metadata, scripts, etc.
- Basic Usage: After installation via npm, import and provide the Notion page URL to perform the conversion.
- Option Configuration: Offers various options to control the HTML content, such as excluding CSS, metadata, scripts, etc.
- 作者:notion2go
- 链接:https://notion2go.com/article/Notion-Page-to-HTML
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。