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

feature request: Method to convert Notion RichText to html #20

Closed GorvGoyl closed 2 years ago

GorvGoyl commented 2 years ago

Hi, I'm not really looking for complete Notion page conversion. Could you please expose an api that converts just Notion RichText block to HTML. Basically opposite of what https://github.com/instantish/martian does.

asnunes commented 2 years ago

Hi, @GorvGoyl. The lib is all page-based. It takes an URL as an input. But you can easily get rich text conversion from it. Just get the URL of the page where the rich text is located, convert it to html using notion-page-to-html and get the rich text by selecting the p tag using tools like cheerio.