react-notion-x
react-notion-x copied to clipboard
want to know if this project supports rendering comments,or have some alternative?
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.
Notion Test Page ID
https://1est.notion.site/How-to-use-search-engine-optimization-to-drive-sales-381bf16cb7f04ad79d6d20d5915b2185
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
I want it too
It looks doable:
- text chunks can have a decoration "m", with a discussion-id. It's currently ignored.
- The top-level
recordMap
, containsdiscussion
andcomment
. The comments have the discussion as a parent-id.
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.