firepad
firepad copied to clipboard
prosemirror adaptor
Guy's I love Firepad. Unfortunately, Ace or CodeMirror doesn't meet my requirement of a rich text editor. I explored ProseMirror (which is made by the creator of CodeMirror).
Is it possible to use firebase and make a full Collaborative editor from porsemirror. Does community has any opinion or suggestions regarding this?
I could not find an existing example of someone using Firepad adaptor for porsemirror or porsemirror support for Firebase.
This should definitely be possible, but is not something that anybody has taken on. Feel free to take a stab at it. You'll probably want to look at https://github.com/firebase/firepad/blob/master/lib/rich-text-codemirror-adapter.js as an example of how to integrate with another editor though I apologize that the code is not super clean and commented. And unfortunately I don't have a lot of bandwidth to have guidance, but if you get a working PR together I could likely merge it, at least as an experimental feature.