Settings

Theme

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

5 points by technicolorwhat 4 years ago · 7 comments · 1 min read


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.

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/

tough 4 years ago

https://github.com/outline/rich-markdown-editor

binchook 4 years ago

https://github.com/tobi4120/notion-clone

billconan 4 years ago

https://editorjs.io/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection