Implement first-party connectors for popular OSS editors #24067
CharlieDigital
started this conversation in
Ideas
Replies: 1 comment
-
I’d like to second this post. We’re currently working on implementing a similar use case involving ProseMirror and TipTap, and are in the process of evaluating our options between Yjs and Fluid Framework for real-time collaboration. Having examples / reference implementation will give us confidence in selecting fluidframework |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there are no easily located examples of how to integrate Fluid with one of the most common use cases: collaborative editors. It would be great to have a concrete example of how to implement at least one integration to an OSS editor for a collaborative editing experience with more documentation.
There are two examples that I can find in the repo:
However, these are a bit lacking in documentation and perhaps not close enough to fully a fully functional reference implementation for popular editors.
Ideally:
This space is currently dominated by Yjs and it's not clear if it is because Fluid cannot achieve this (as in the OT approach is not suitable for highly dynamic text editing scenarios) or that there is simply no implementation of it. Having at least one reference implementation would provide evidence that it works and can be achieved.
Popular open source editors include:
This is a very common use case for startups and enterprises and currently all of these use Yjs as the mechanism of collaborative synchronization.
Beta Was this translation helpful? Give feedback.
All reactions