NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.75k stars 552 forks source link

want to know if this project supports rendering comments,or have some alternative? #451

Open est7 opened 1 year ago

est7 commented 1 year ago

Description

This is an amazing project. I want to know if this project supports rendering comments, just like the image below. On the right side of the page, I hope to display my comments on the article and link them to the marked content.

image

Notion Test Page ID

https://1est.notion.site/How-to-use-search-engine-optimization-to-drive-sales-381bf16cb7f04ad79d6d20d5915b2185

est7 commented 1 year ago

I often use web clipper and mark articles, so I want to have this feature so that I can directly see the content of my comments in my static blog in the future

KIMSEUNGGYU commented 1 year ago

I want it too

venkr commented 10 months ago

It looks doable:

I think finding them is easy, but figuring out a DOM + styling solution that you can transform into easily is a bit harder. (Especially with the responsiveness Notion provides).

Perhaps the easiest solution would be to add them as footnotes at the bottom of your document or so.