Hacker News new | ask | show | jobs
by lobster_johnson 3901 days ago
There's also ProseMirror [1], which I'm told is very good, and supports extensions of its document model to support things like embedded objects and Markdown, and is designed for collaborative editing -- all document operations are patches that can be sent over the network.

[1] http://prosemirror.net/

1 comments

Cool, thanks for the pointer!