top | item 28336470

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

5 points| technicolorwhat | 4 years 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.

6 comments

order

gpas|4 years ago

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/

ytetsuro|4 years ago

Very good. Very fast.