next.js icon indicating copy to clipboard operation
next.js copied to clipboard

Add new example integration with Notion

Open leimonio opened this issue 3 years ago • 5 comments

Hi 👋 Just wanted to check with you what would you thing of this new example integration with Notion API. I'd still need to update README.dm with more details.

Bug

  • [ ] Related issues linked using fixes #number
  • [ ] Integration tests added

Feature

  • [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
  • [ ] Related issues linked using fixes #number
  • [ ] Integration tests added
  • [ ] Documentation added
  • [ ] Telemetry added. In case of a feature if it's used or not.

Documentation / Examples

  • [ ] Make sure the linting passes

leimonio avatar Jun 21 '21 17:06 leimonio

I don't believe the Notion API supports enough block types to match the other CMS examples, right? (e.g. no support for images yet) 🙏

leerob avatar Jun 21 '21 17:06 leerob

hey @leerob 👋 wow that was blazing fast feedback! kudos 💯

Indeed Notion support of block types is pretty basic, I wouldn't consider it actually a CMS, but can act-as-a light CMS. I can find great value of an integration of Notion with NextJS. Currently Notion API is in Beta, and this can be a good example to start with as more and more people are using Notion these days. I personally like the idea of adding a new blog post even from my mobile and that can easily become available in my blog.

leimonio avatar Jun 21 '21 17:06 leimonio

Indeed, I love Notion, but I can't really recommend it for a full-featured blog just yet. Very soon hopefully 😄

leerob avatar Jun 21 '21 17:06 leerob

@leerob I've addressed the comments above, thank you very much for the feedback! 💯

Renamed the folder to with-notion so as not to confuse it with full featured cms options. Also added a disclaimer in the README, so as user of the integration are aware of it.

Please have a look and let me know if there is anything else you'd like me to address before adding this example.

leimonio avatar Jul 02 '21 16:07 leimonio

Hi @leimonio, would you be able to bring this PR up to date with our examples guidelines? :pray:

balazsorban44 avatar Sep 30 '22 00:09 balazsorban44