Ask HN: Open-source notion.so like block editor?

5 points by technicolorwhat ↗ HN
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.

7 comments

[ 3.7 ms ] story [ 31.1 ms ] thread
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/

(comment deleted)