Hacker News new | ask | show | jobs
Ask HN: Open-source notion.so like block editor?
5 points by technicolorwhat 1751 days ago
Hi all, I am looking for an opensource notion.so like editor also maybe the word for such an editor. Right now I know of the name block editor and the project http://editorjs.io. But I am looking for something react based, which doesn't use contentEditable. All help is appreciated.
4 comments

Prosemirror[0] implements blocks like notion, and has a MIT license. Mind that it's not super intuitive stuff, at least for me, but it's a very powerful API. There are react implementations in the wild.

[0] https://prosemirror.net/

Very good. Very fast.
Thank you!