Closed GorvGoyl closed 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.
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.