craigary / nobelium

A static blog build on top of Notion and NextJS, deployed on Vercel.
https://nobelium.js.org
MIT License
2.99k stars 1.96k forks source link

[Feature requests] Support Notion comments #295

Open BeautyyuYanli opened 1 year ago

BeautyyuYanli commented 1 year ago

I am facing a problem when...

Describe the solution you’d like

Notion supports comments for all pages. Making use of it (if possible) can be wonderful.

Additional context

image

SilentDepth commented 1 year ago

The Comment API is currently too weak to support a comment system. For example, we can’t set the role or name or almost anything other than the content for each comment. This makes it really hard to implement a trustworthy component for open commenting. Or we have to do lots of work ourselves to add missing parts for Notion. It would be nice to keep everything inside Notion as Nobelium is already using it. But I think we need to wait longer for Notion API to grow more featureful.

I’m going to keep this issue open. Let’s see how things go. I wish one day we can achieve this confidently.